Is there a way to have two separate authentication methods - one for members and one for back office users?
Member would be authenticated using basic forms authentication and back office users would be through ASP.Net Identity Google OAuth2 authentication. I have looked at a couple posts about this but they all are mostly about when both types of members use Google OAuth.
Are there any good tutorials or sample code out there for implementing this type of two-way authentication?
Two Separate Authentication Modes?
Is there a way to have two separate authentication methods - one for members and one for back office users?
Member would be authenticated using basic forms authentication and back office users would be through ASP.Net Identity Google OAuth2 authentication. I have looked at a couple posts about this but they all are mostly about when both types of members use Google OAuth.
Are there any good tutorials or sample code out there for implementing this type of two-way authentication?
Thanks in advance.
is working on a reply...