2 writes to AccessDeniedPath
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
292AccessDeniedPath = Options.AccessDeniedPath,
Microsoft.AspNetCore.Authentication.Test (1)
GoogleTests.cs (1)
427ctx.AccessDeniedPath = "/custom-denied-page";
4 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
315if (context.AccessDeniedPath.HasValue) 317string uri = context.AccessDeniedPath;
Microsoft.AspNetCore.Authentication.Test (2)
GoogleTests.cs (2)
424Assert.Equal("/access-denied", ctx.AccessDeniedPath.Value); 455Assert.Null(ctx.AccessDeniedPath.Value);