missconfiguration frontend authority
Description
The frontend service in the docker-compose.yml contains the following
NUXT_ENV_AUTHORITY: "https://localhost:8443/auth/realms/sms"
That's the authority for GFZ.
The authority for UFZ would be:
NUXT_ENV_AUTHORITY: "https://webapp.ufz.de/idp/oidc/v1"
Problem
You can't use the orchestration repository as it is for development as a ufz developer.
Edited by Tobias Kuhnert