diff --git a/.env.tet.example b/.env.tet.example index e187d93a19..2370166af2 100644 --- a/.env.tet.example +++ b/.env.tet.example @@ -13,10 +13,11 @@ LINKEDEVENTS_URL=https://linkedevents.api.test.hel.ninja/v1/ LINKEDEVENTS_API_KEY= # Authentication -OIDC_OP_BASE_URL=https://tunnistamo.test.hel.ninja/openid +OIDC_OP_BASE_URL=https://tunnistus.test.hel.ninja/auth/realms/helsinki-tunnistus OIDC_RP_CLIENT_ID= OIDC_RP_CLIENT_SECRET= TUNNISTAMO_API_TOKENS_ENDPOINT=https://tunnistamo.test.hel.ninja/api-tokens/ +TUNNISTUS_API_TOKENS_ENDPOINT=https://tunnistus.test.hel.ninja/auth/realms/helsinki-tunnistus/protocol/openid-connect/token HELSINKI_PROFILE_API_URL=https://profile-api.test.hel.ninja/graphql/ LOGIN_REDIRECT_URL=https://localhost:3002/ LOGIN_REDIRECT_URL_FAILURE=https://localhost:3002/login?error=true