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 2649422 + 3b92231 commit da4e915Copy full SHA for da4e915
1 file changed
README.md
@@ -46,7 +46,7 @@ $provider = new TheNetworg\OAuth2\Client\Provider\Azure([
46
'clientSecret' => '{azure-client-secret}',
47
'redirectUri' => 'https://example.com/callback-url',
48
//Optional
49
- 'scopes' => 'openid',
+ 'scopes' => ['openid'],
50
51
'defaultEndPointVersion' => '2.0'
52
]);
0 commit comments