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