From 976ba0013e7c90bf6db6db844989317de929151c Mon Sep 17 00:00:00 2001 From: Matti Eiden Date: Fri, 28 Feb 2025 09:31:31 +0200 Subject: [PATCH] chore: update example env to use tunnistus refs: TETP-310, TETP-314 --- .env.tet.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.tet.example b/.env.tet.example index e187d93a19..b7040021e2 100644 --- a/.env.tet.example +++ b/.env.tet.example @@ -13,10 +13,10 @@ 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