TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
230 stars 108 forks source link

Fix: make scopes value an array #134

Closed sadika9 closed 3 years ago

sadika9 commented 3 years ago

array_merge() expects scopes value in options to be an array See: https://github.com/TheNetworg/oauth2-azure/blob/2649422a0dc74af32d21d9d738d37abcd5b03998/src/Provider/Azure.php#L47

hajekj commented 3 years ago

Thanks for the PR!