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