Skip to content

Commit

Permalink
feat: custom params for Keycloak (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeSaad authored Feb 19, 2025
1 parent 6b61b88 commit 9c65b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/server/lib/oauth/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export function defineOAuthKeycloakEventHandler({
return sendRedirect(
event,
withQuery(authorizationURL, {
...query,
client_id: config.clientId,
redirect_uri: redirectURL,
scope: config.scope.join(' '),
Expand Down

0 comments on commit 9c65b16

Please sign in to comment.