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 60f32d8 commit 67aa321Copy full SHA for 67aa321
src/runtime/server/lib/oauth/keycloak.ts
@@ -131,7 +131,7 @@ export function defineOAuthKeycloakEventHandler({
131
// TODO: improve typing
132
// eslint-disable-next-line @typescript-eslint/no-explicit-any
133
const user: any = await $fetch(
134
- `${realmURL}/protocol/openid-connect/userinfo`,
+ `${realmURLInternal}/protocol/openid-connect/userinfo`,
135
{
136
headers: {
137
Authorization: `Bearer ${accessToken}`,
0 commit comments