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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
As long as the handler is sure the message is for itself this is fine, otherwise handlers will get in each others face. I have seen handlers where the param 'f' => failure.
@brentschmaltz no risk: unlike the OIDC middleware (though it may change in the future: #455), the OAuth2 base middleware only listens on its own callback path, so unless you use the same one for multiple handlers, you shouldn't see any issue 👍
#495 (comment)
FYI: the OIDC handler already does that: https://github.com/aspnet/Security/blob/dev/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectHandler.cs#L382-L383
The text was updated successfully, but these errors were encountered: