We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2c3c40 + b2fca40 commit 3f8d322Copy full SHA for 3f8d322
src/Provider/Azure.php
@@ -66,7 +66,7 @@ protected function getOpenIdConfiguration($tenant, $version) {
66
}
67
if (!array_key_exists($version, $this->openIdConfiguration[$tenant])) {
68
$versionInfix = $this->getVersionUriInfix($version);
69
- $openIdConfigurationUri = 'https://login.microsoftonline.com/' . $tenant . $versionInfix . '/.well-known/openid-configuration';
+ $openIdConfigurationUri = $this->urlLogin . $tenant . $versionInfix . '/.well-known/openid-configuration';
70
$factory = $this->getRequestFactory();
71
$request = $factory->getRequestWithOptions(
72
'get',
0 commit comments