rework the external-idp and keycloak docs#971
Conversation
| If you use Docker Compose with an external IDP, add `idm/external-idp.yml` to | ||
| `COMPOSE_FILE`. | ||
|
|
||
| ### Configure client discovery with WebFinger |
There was a problem hiding this comment.
Generally these are the defaults. Most of the admins will never change them.
Further down you wrote the default values out. These should not be needed because they are already applied. Admins should only change them when other values diverging from the defaults are needed.
There was a problem hiding this comment.
Currently they aren't applied due to the structure of the idm/external-idp.yaml. If not set/uncommented in .env, docker compose renders and sets the WEBFINGER_*_OIDC_* variables within the container to ="", which overrides the code default.
There was a problem hiding this comment.
Hm, maybe we should change the code (in OpenCloud) to fallback to the hardcoded defaults when these env-vars are set to empty strings?
No description provided.