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
Currently the realmUrl and other URLs are constructed by prefixing them with the auth-server-url from the config file. The auth-server-url should only be uses to get the openid-configuration:
/realms//.well-known/openid-configuration
In the response of this request you can get all necessary urls (eg logout, autohorization-endpoint,...)
Version
12
Expected behavior
Get all openid related endpoints from /realms//.well-known/openid-configuration
Describe the bug
Currently the realmUrl and other URLs are constructed by prefixing them with the auth-server-url from the config file. The auth-server-url should only be uses to get the openid-configuration:
/realms//.well-known/openid-configuration
In the response of this request you can get all necessary urls (eg logout, autohorization-endpoint,...)
Version
12
Expected behavior
Get all openid related endpoints from /realms//.well-known/openid-configuration
Actual behavior
keycloak-nodejs-connect/middleware/auth-utils/config.js
Line 125 in dd1c20f
keycloak-nodejs-connect/middleware/auth-utils/config.js
Line 131 in dd1c20f
keycloak-nodejs-connect/keycloak.js
Line 388 in dd1c20f
keycloak-nodejs-connect/keycloak.js
Line 403 in dd1c20f
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: