1 write to ReturnUrl
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
294ReturnUrl = properties?.RedirectUri,
2 references to ReturnUrl
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
318if (!string.IsNullOrEmpty(context.ReturnUrlParameter) && !string.IsNullOrEmpty(context.ReturnUrl)) 320uri = QueryHelpers.AddQueryString(uri, context.ReturnUrlParameter, context.ReturnUrl);