dev/start-keycloak-docker.sh starts a local Keycloak instance for OIDC development, but the script output/comment could make it clearer that reShapr itself only uses this external IDP after the RESHAPR_AUTHENTICATION_IDP_* variables are enabled in the all-in-one Docker Compose file.
Suggested comment near the top of dev/start-keycloak-docker.sh:
# Starts local Keycloak only. To enable reShapr OIDC user authentication with this
# external IDP, set the RESHAPR_AUTHENTICATION_IDP_* vars in docker-compose-all-in-one.yml.
# The imported 3rdparty realm provides the reshapr-ctrl client and redirect URI.
This would reduce confusion between starting Keycloak and configuring reShapr to authenticate users through it.
dev/start-keycloak-docker.shstarts a local Keycloak instance for OIDC development, but the script output/comment could make it clearer that reShapr itself only uses this external IDP after theRESHAPR_AUTHENTICATION_IDP_*variables are enabled in the all-in-one Docker Compose file.Suggested comment near the top of
dev/start-keycloak-docker.sh:This would reduce confusion between starting Keycloak and configuring reShapr to authenticate users through it.