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.
|
if (idp != null && idp != IdentityServer4.IdentityServerConstants.LocalIdentityProvider) |
Do you have any idea how to configure these things for following scenario?
Thanks!
Jan
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 valuelocal- the information about external IdP is gone.After attempt to sign out - the redirect to external provider is not execuded because the claim
idpislocal, notoidc.IdentityServer4AspNetCoreIdentityTemplate/content/StsServerIdentity/Controllers/AccountController.cs
Line 741 in 02eb4ec
Do you have any idea how to configure these things for following scenario?
Thanks!
Jan