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