Skip to content

Commit

Permalink
Merge pull request #31 from jgdevweb/change-default-scope
Browse files Browse the repository at this point in the history
change default scope name to profile for Keycloak V11
  • Loading branch information
mstefan21 committed Oct 24, 2020
2 parents 478e5db + d15dbcf commit 4d4b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Keycloak.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ protected function getBaseUrlWithRealm()
*/
protected function getDefaultScopes()
{
return ['name', 'email'];
return ['profile', 'email'];
}

/**
Expand Down

0 comments on commit 4d4b4ae

Please sign in to comment.