1 write to RemoteSignOutPath
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
40
RemoteSignOutPath
= "/signin-wsfed";
2 references to RemoteSignOutPath
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (2)
70
if (Options.
RemoteSignOutPath
.HasValue && Options.
RemoteSignOutPath
== Request.Path && HttpMethods.IsGet(Request.Method)