Skip to content

Commit

Permalink
Add openid scope to auth request to keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Oct 23, 2024
1 parent 9dfb9d9 commit d6b32f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async function createApp() {
client: client,
usePKCE: true,
params: {
scope: "offline_access",
scope: "openid offline_access",
},
},
function authCallback(tokenset, userinfo, done) {
Expand Down

0 comments on commit d6b32f0

Please sign in to comment.