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.
Currently, both OAuthHandler and OpenIdConnectHandler rely on private or protected methods to generate and validate anti-XSRF tokens.
To make things DRYier, standardize the two implementations and allow RemoteAuthenticationHandler inheritors to use correlation checks without having to embed their own methods, moving GenerateCorrelationId and ValidateCorrelationId to RemoteAuthenticationHandler would be ideal.