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