2 writes to DefaultForbidScheme
Microsoft.AspNetCore.Authentication.Core.Test (2)
AuthenticationSchemeProviderTests.cs (1)
117
o.
DefaultForbidScheme
= "B";
AuthenticationServiceTests.cs (1)
235
o.
DefaultForbidScheme
= "forbid";
6 references to DefaultForbidScheme
Microsoft.AspNetCore.Authentication.Abstractions (3)
AuthenticationHttpContextExtensions.cs (2)
89
/// The default forbid scheme can be configured using <see cref="AuthenticationOptions.
DefaultForbidScheme
"/>.
99
/// The default forbid scheme can be configured using <see cref="AuthenticationOptions.
DefaultForbidScheme
"/>.
IAuthenticationSchemeProvider.cs (1)
44
/// This is typically specified via <see cref="AuthenticationOptions.
DefaultForbidScheme
"/>.
Microsoft.AspNetCore.Authentication.Core (3)
AuthenticationSchemeProvider.cs (3)
86
/// This is typically specified via <see cref="AuthenticationOptions.
DefaultForbidScheme
"/>.
91
=> _options.
DefaultForbidScheme
!= null
92
? GetSchemeAsync(_options.
DefaultForbidScheme
)