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