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)
467
returnUrl =
OriginalPathBase
+ OriginalPath + Request.QueryString;
480
redirectUri =
OriginalPathBase
+ OriginalPath + Request.QueryString;
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
267
properties.RedirectUri =
OriginalPathBase
+ OriginalPath + Request.QueryString;