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 e591bae + 45d3709 commit 56e0776Copy full SHA for 56e0776
src/Provider/Azure.php
@@ -69,7 +69,8 @@ protected function getOpenIdConfiguration($tenant, $version) {
69
}
70
if (!array_key_exists($version, $this->openIdConfiguration[$tenant])) {
71
$versionInfix = $this->getVersionUriInfix($version);
72
- $openIdConfigurationUri = $this->urlLogin . $tenant . $versionInfix . '/.well-known/openid-configuration';
+ $openIdConfigurationUri = $this->urlLogin . $tenant . $versionInfix . '/.well-known/openid-configuration?appid=' . $this->clientId;
73
+
74
$factory = $this->getRequestFactory();
75
$request = $factory->getRequestWithOptions(
76
'get',
0 commit comments