2 writes to ReturnUrl
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
294
ReturnUrl
= properties?.RedirectUri,
Microsoft.AspNetCore.Authentication.Test (1)
GoogleTests.cs (1)
428
ctx.
ReturnUrl
= "http://www.google.com/";
4 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
);
Microsoft.AspNetCore.Authentication.Test (2)
GoogleTests.cs (2)
425
Assert.Equal("http://testhost/redirect", ctx.
ReturnUrl
);
456
Assert.Equal("http://testhost/redirect", ctx.
ReturnUrl
);