Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test example when Using asp.net Identity. #3

Open
ghstahl opened this issue Jan 31, 2023 · 1 comment
Open

Test example when Using asp.net Identity. #3

ghstahl opened this issue Jan 31, 2023 · 1 comment

Comments

@ghstahl
Copy link

ghstahl commented Jan 31, 2023

In some cases an external enterprise may have an accounts login page that has something like.

Login with UserName/Password OR
Login with these social logins (google, twitter) OR
Login with your Company SSO (where you enter your company name) OR
Login with your Government SSO (where you enter you country name).

Testing this library under a condition where MPass is one of MANY IDPS, the remote callback isn't getting hit.

var authenticationBuilder = services.AddAuthentication();
authenticationBuilder .AddGoogle(...);
authenticationBuilder .AddTwitter();
authenticationBuilder .AddMPassSaml(...)

This should result in an Asp.Net Identity Login page showing;

  1. Local Login

  2. List of remote logins.
    Google, Twitter, MPass

@artur-reaboi
Copy link

This library is not intended for use by random websites on internet. You have to be registered with MPass to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants