This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
[Authorize] fails for OpenIdConnect #139
Closed
Description
There are two problems:
- OpenIdConnectHandler always expects 'Challenge' to be non-null. A change in the runtime requires that this cannot be expected.
- OpenIdConnectHandler sets the AuthenticationTicket.Principal property. Later, the runtime should check if AT.Identities OR AT.Principal is set.
Without these fixes
- [Authorize] attribute will have no effect for OIDC code.
- Users who manage SSO, will never see the identity created by OIDCHandler.