mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
⬆️ libs upgrade
This commit is contained in:
@@ -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'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user