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.
Incorrect handler delegation in OpenIdConnectAuthenticationHandler.InvokeReplyPathAsync #167
Closed
Description
Looks like your new monster has been released too quickly in the wild 😄 😆
An invalid scheme is used in OpenIdConnectAuthenticationHandler.InvokeReplyPathAsync
and makes the OIDC client middleware totally buggy because it cannot delegate the principal persistence to the cookie middleware. You should use Option.SignInScheme
instead.
(you should also fix the file name)
Metadata
Metadata
Assignees
Labels
No labels