Merged in feat/update-logout-endpoint (pull request #226)

feat: Update seamless logout endpoints

Approved-by: Michael Zetterberg
This commit is contained in:
Matilda Landström
2024-06-05 10:17:11 +00:00
committed by Michael Zetterberg

View File

@@ -24,12 +24,12 @@ SEAMLESS_LOGIN_EN="http://www.example.com/updatelogin"
SEAMLESS_LOGIN_FI="http://www.example.fi/updatelogin"
SEAMLESS_LOGIN_NO="http://www.example.no/updatelogin"
SEAMLESS_LOGIN_SV="http://www.example.se/updatelogin"
SEAMLESS_LOGOUT_DA="http://www.example.dk/updatelogout?newweb"
SEAMLESS_LOGOUT_DE="http://www.example.de/updatelogout?newweb"
SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb"
SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb"
SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb"
SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb"
SEAMLESS_LOGOUT_DA="http://www.example.dk/updatelogout?newweb=1"
SEAMLESS_LOGOUT_DE="http://www.example.de/updatelogout?newweb=1"
SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb=1"
SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb=1"
SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb=1"
SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb=1"
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
PUBLIC_URL="http://localhost:3000"