Skip to content

Commit

Permalink
✨ Specify scope, or fallback to sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Aug 17, 2024
1 parent ce89f1d commit 439c73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/OidcAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class OidcAuth {
client_id: clientId,
redirect_uri: `${window.location.origin}`,
response_type: 'code',
scope,
scope: scope || 'openid profile email roles groups',
response_mode: 'query',
filterProtocolClaims: true,
};
Expand Down

0 comments on commit 439c73c

Please sign in to comment.