Skip to content

Commit

Permalink
add comments to changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Bencosme committed Feb 15, 2022
1 parent 5ea6490 commit 2151ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Provider/Keycloak.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public function getClientSecret()

protected function getDefaultScopes(): array
{
//These paramaters are sent as 1 element of the array instead of multiple to avoid problems with the getSeparatorFunction in the league/oauth2-client library separating the scopes by a comma.
return ['openid email'];
}

Expand Down

0 comments on commit 2151ace

Please sign in to comment.