Skip to content

Commit

Permalink
Merge pull request #2 from AimCup/feature/AC-57
Browse files Browse the repository at this point in the history
AC-58 Set "identify public" as default scopes
  • Loading branch information
OrlowskiAdam authored Dec 8, 2023
2 parents 06fab8f + 586a4e2 commit b1e74ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public OsuIdentityProviderConfig() {

@Override
public String getDefaultScope() {
return "identify";
return "identify public";
}

@Override
Expand Down

0 comments on commit b1e74ab

Please sign in to comment.