4 references to OriginalPathBase
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
197=> Request.Scheme + Uri.SchemeDelimiter + Request.Host + OriginalPathBase + targetPath;
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
467returnUrl = OriginalPathBase + OriginalPath + Request.QueryString; 480redirectUri = OriginalPathBase + OriginalPath + Request.QueryString;
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
267properties.RedirectUri = OriginalPathBase + OriginalPath + Request.QueryString;