1 write to AccessDeniedPath
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
292
AccessDeniedPath
= Options.AccessDeniedPath,
2 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
315
if (context.
AccessDeniedPath
.HasValue)
317
string uri = context.
AccessDeniedPath
;