⬆️ libs upgrade

This commit is contained in:
Eric Espie
2022-07-11 14:18:20 +02:00
parent e4343ded01
commit 13533a2fa9
5 changed files with 97 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ $provider = new TheNetworg\OAuth2\Client\Provider\Azure([
'clientSecret' => '{azure-client-secret}',
'redirectUri' => 'https://example.com/callback-url',
//Optional
'scopes' => 'openid',
'scopes' => ['openid'],
//Optional
'defaultEndPointVersion' => '2.0'
]);