Skip to content

Commit 9c65b16

Browse files
authored
feat: custom params for Keycloak (#355)
1 parent 6b61b88 commit 9c65b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/server/lib/oauth/keycloak.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export function defineOAuthKeycloakEventHandler({
9898
return sendRedirect(
9999
event,
100100
withQuery(authorizationURL, {
101+
...query,
101102
client_id: config.clientId,
102103
redirect_uri: redirectURL,
103104
scope: config.scope.join(' '),

0 commit comments

Comments
 (0)