1 write to AccessDeniedPath
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
293
AccessDeniedPath
= Options.AccessDeniedPath,
2 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
316
if (context.
AccessDeniedPath
.HasValue)
318
string uri = context.
AccessDeniedPath
;