-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Hi @damienbod
when I want to sign in via external OIDC provider and it is required 2FA, I am redirected to login page with 2FA which works well. But after that I got the claim called idp, but with value local - the information about external IdP is gone.
After attempt to sign out - the redirect to external provider is not execuded because the claim idp is local, not oidc.
IdentityServer4AspNetCoreIdentityTemplate/content/StsServerIdentity/Controllers/AccountController.cs
Line 741 in 02eb4ec
| if (idp != null && idp != IdentityServer4.IdentityServerConstants.LocalIdentityProvider) |
Do you have any idea how to configure these things for following scenario?
Thanks!
Jan
Metadata
Metadata
Assignees
Labels
No labels