10 references to BuildRedirectUri
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
322Response.Redirect(BuildRedirectUri(uri));
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
470var redirectContext = new RedirectContext<CookieAuthenticationOptions>(Context, Scheme, Options, properties, BuildRedirectUri(accessDeniedUri)); 484var redirectContext = new RedirectContext<CookieAuthenticationOptions>(Context, Scheme, Options, properties, BuildRedirectUri(loginUri));
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthHandler.cs (2)
133var codeExchangeContext = new OAuthCodeExchangeContext(properties, code.ToString(), BuildRedirectUri(Options.CallbackPath)); 273var authorizationEndpoint = BuildChallengeUrl(properties, BuildRedirectUri(Options.CallbackPath));
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
403RedirectUri = BuildRedirectUri(Options.CallbackPath), 1510return BuildRedirectUri(uri);
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
172var requestToken = await ObtainRequestTokenAsync(BuildRedirectUri(Options.CallbackPath), properties);
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (2)
111wsFederationMessage.Wreply = BuildRedirectUri(Options.CallbackPath); 515return BuildRedirectUri(uri);