3 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication (3)
Events\AccessDeniedContext.cs (1)
29
/// By default, this property is set to <see cref="RemoteAuthenticationOptions.
AccessDeniedPath
"/>.
RemoteAuthenticationHandler.cs (1)
292
AccessDeniedPath = Options.
AccessDeniedPath
,
RemoteAuthenticationOptions.cs (1)
101
/// This property is only used when the <see cref="
AccessDeniedPath
"/> is explicitly specified.