You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tratcher
added
area-auth
Includes: Authn, Authz, OAuth, OIDC, Bearer
bug
This issue describes a behavior which is not expected - a bug.
labels
Aug 12, 2020
WsFederation unlike OIDC handler expects and exact type, which will break if a new derived exception is thrown.
see WsFed:
aspnetcore/src/Security/Authentication/WsFederation/src/WsFederationHandler.cs
Line 298 in 5ff9ed6
see: OIDC:
aspnetcore/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs
Line 748 in bbf7c87
OIDC is the preferred model.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: