- Issue created by @znerol
- π¦πΉAustria roromedia Linz
Hi, the link mentioned that from v17 Keycloak removes /auth but our default Keycloak server setup (v26) still included /auth out of the box, and it also didn't come with a default redirect to /auth if itβs missing.
Therefore I suggest we still make /auth the default prefix, but keep it configurable β just as you proposed in the issue. - π¨πSwitzerland znerol
With !4 existing deployments will need to change their config and append
/auth
to the configured url. Is that acceptable?Regarding the standard. There are probably a gazillion of ways on how keycloak can be deployed. The official keycloak container (docs) defaults to no path prefix at all. This is actually how I found the issue (over in π Add integration tests Active ). Maybe if you run keycloak using a preexisting helm chart or ansible playbook, things might be different.
-
roromedia β
committed d2691558 on 1.0.x authored by
znerol β
Issue #3530867 by znerol: Keycloak http relative path is hard-coded to /...
-
roromedia β
committed d2691558 on 1.0.x authored by
znerol β
- π¦πΉAustria roromedia Linz
I think it is acceptable to have non-standard paths configured via settings.php, issue merged.
- π¦πΉAustria roromedia Linz
Just stumbled across the Keycloak URL setting in the OpenID Connect module: /admin/config/people/openid-connect/keycloak/edit
So I would suggest we take the value from there and avoid a separate config item.