Skip to content

Commit da4e915

Browse files
authored
Merge pull request #134 from sadika9/patch-2
Fix: make scopes value an array
2 parents 2649422 + 3b92231 commit da4e915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $provider = new TheNetworg\OAuth2\Client\Provider\Azure([
4646
'clientSecret' => '{azure-client-secret}',
4747
'redirectUri' => 'https://example.com/callback-url',
4848
//Optional
49-
'scopes' => 'openid',
49+
'scopes' => ['openid'],
5050
//Optional
5151
'defaultEndPointVersion' => '2.0'
5252
]);

0 commit comments

Comments
 (0)