Coexist with other auth methods? #335
-
I'm building an identity server (based on OpenIddict) with support for BankID authentication and stumbled upon this interesting project. However, I also need to support other authentication methods, like good old username/password. Any pointers regarding how ActiveLogin.Authentication can co-exist with other authentication methods in the same application? I guess my goal would be to give the user a choice between the available methods. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Glad you found us. Active Login registers the BankID Authentication handler as a standard ASP.NET Authentication handler so shouldn't be any issues of registering multiple of them side by side: These topics should be covered in the Microsoft Docs for authentication. |
Beta Was this translation helpful? Give feedback.
Glad you found us. Active Login registers the BankID Authentication handler as a standard ASP.NET Authentication handler so shouldn't be any issues of registering multiple of them side by side:
These topics should be covered in the Microsoft Docs for authentication.