2 references to SampleAuthenticationSchemes
CustomAuthorizationFailureResponse (2)
Startup.cs (2)
33.AddAuthentication(SampleAuthenticationSchemes.CustomScheme) 34.AddScheme<AuthenticationSchemeOptions, SampleAuthenticationHandler>(SampleAuthenticationSchemes.CustomScheme, o => { });