KK.AspNetCore.EasyAuthAuthentication
KK.AspNetCore.EasyAuthAuthentication copied to clipboard
Add support for multiple IDP configuration
Azure Easy Auth allows you to configure allow anonymous request and then configure many IDPs as valid source.
To support this scenario with this library we must implement a login page frontend. In this the user can choose which IDP is the right for him. Then he would redirect to the right IDP and then came back with a valid token.
The detail documentation about this is here.
cc @tinomager