We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b61b88 commit 9c65b16Copy full SHA for 9c65b16
src/runtime/server/lib/oauth/keycloak.ts
@@ -98,6 +98,7 @@ export function defineOAuthKeycloakEventHandler({
98
return sendRedirect(
99
event,
100
withQuery(authorizationURL, {
101
+ ...query,
102
client_id: config.clientId,
103
redirect_uri: redirectURL,
104
scope: config.scope.join(' '),
0 commit comments