6 references to Wreply
Microsoft.AspNetCore.Authentication.WsFederation (6)
WsFederationHandler.cs (4)
105
if (!string.IsNullOrEmpty(Options.
Wreply
))
107
wsFederationMessage.Wreply = Options.
Wreply
;
444
else if (!string.IsNullOrEmpty(Options.
Wreply
))
446
wsFederationMessage.Wreply = BuildRedirectUriIfRelative(Options.
Wreply
);
WsFederationPostConfigureOptions.cs (2)
52
if (!options.CallbackPath.HasValue && !string.IsNullOrEmpty(options.
Wreply
) && Uri.TryCreate(options.
Wreply
, UriKind.Absolute, out var wreply))