5 writes to AccessDeniedPath
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
43options.AccessDeniedPath = new PathString(configSection[nameof(options.AccessDeniedPath)] ?? options.AccessDeniedPath.Value);
Microsoft.AspNetCore.Authentication.Test (3)
GoogleTests.cs (1)
419o.AccessDeniedPath = "/access-denied";
OAuthTests.cs (1)
304opt.AccessDeniedPath = "/access-denied";
TwitterTests.cs (1)
197o.AccessDeniedPath = "/access-denied";
OpenIdConnectSample (1)
Startup.cs (1)
114o.AccessDeniedPath = "/access-denied-from-remote";
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)
292AccessDeniedPath = 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)
43options.AccessDeniedPath = new PathString(configSection[nameof(options.AccessDeniedPath)] ?? options.AccessDeniedPath.Value);