2 references to BuildRedirectUriIfRelative
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
241
PostLogoutRedirectUri =
BuildRedirectUriIfRelative
(Options.SignedOutCallbackPath)
247
properties.RedirectUri =
BuildRedirectUriIfRelative
(Options.SignedOutRedirectUri);