2 writes to RemoteSignOutPath
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (1)
68
options.
RemoteSignOutPath
= new PathString(configSection[nameof(options.RemoteSignOutPath)] ?? options.RemoteSignOutPath.Value);
OpenIdConnectOptions.cs (1)
46
RemoteSignOutPath
= new PathString("/signout-oidc");
4 references to RemoteSignOutPath
Microsoft.AspNetCore.Authentication.OpenIdConnect (4)
OpenIdConnectConfigureOptions.cs (2)
68
options.RemoteSignOutPath = new PathString(configSection[nameof(options.
RemoteSignOutPath
)] ?? options.
RemoteSignOutPath
.Value);
OpenIdConnectHandler.cs (2)
91
if (Options.
RemoteSignOutPath
.HasValue && Options.
RemoteSignOutPath
== Request.Path)