From e6f50cc01a43a78654b62630d7497e3b4cb6b9af Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 19 Apr 2023 09:32:54 +0200 Subject: [PATCH] update goweb-conf --- templates/cadoles-pod-goweb-oidc-v1.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cadoles-pod-goweb-oidc-v1.conf.j2 b/templates/cadoles-pod-goweb-oidc-v1.conf.j2 index c735d51..21a3bf7 100644 --- a/templates/cadoles-pod-goweb-oidc-v1.conf.j2 +++ b/templates/cadoles-pod-goweb-oidc-v1.conf.j2 @@ -7,7 +7,7 @@ PODMAN_ARGS="\ -e HTTP_ADDRESS=0.0.0.0:3002 \ -e OIDC_CLIENT_ID=mse-demo \ -e OIDC_CLIENT_SECRET=mse-demo \ - -e OIDC_ISSUER_URL=https://msedev.crous-toulouse.fr/auth/ \ + -e OIDC_ISSUER_URL=https://pp.messervices.etudiant.gouv.fr/auth/ \ -e OIDC_REDIRECT_URL=https://auth.lescrous.fr/oauth2/callback \ -e OIDC_POST_LOGOUT_REDIRECT_URL=https://auth.lescrous.fr \ -e OIDC_ACR_VALUES= \