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.
AuthenticationProperties is not available from OpenIdConnectAuthenticationNotifications.RedirectToIdentityProvider #546
Closed
Description
For OpenID Connect, we want to pass some information to the RedirectToIdentityProvider
notification.
The ChallengeResult
constructor takes an AuthenticationProperties
, which includes an “Items” dictionary. But in the RedirectToIdentityProvider
notification, there’s no way to get back the AuthenticationProperties
.