1 write to AccessDeniedPath
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
43
options.
AccessDeniedPath
= new PathString(configSection[nameof(options.AccessDeniedPath)] ?? options.AccessDeniedPath.Value);
5 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.
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
43
options.AccessDeniedPath = new PathString(configSection[nameof(options.
AccessDeniedPath
)] ?? options.
AccessDeniedPath
.Value);