1 write to TestAuthorizeEndpoint
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
329TestAuthorizeEndpoint = $"http://example.com/{Guid.NewGuid()}/oauth2/signin"
2 references to TestAuthorizeEndpoint
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\MockOpenIdConnectMessage.cs (1)
16return TestAuthorizeEndpoint ?? base.CreateAuthenticationRequestUrl();
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
358Assert.Equal(newMessage.TestAuthorizeEndpoint, res.Headers.Location.AbsoluteUri);