You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OAuth module for Keycloak has a configuration parameter serverUrlInternal that is useful when the internal Keycloak URL (e.g., from the Nuxt server) is different from the public URL.
The problem: When calling /protocol/openid-connect/userinfo, the module uses serverUrl instead of serverUrlInternal even though it is also an internal request.
The solution: a one-liner that replaces serverUrl with serverUrlInternal.