From c6685df6b2187efbff05a2f96ae2f85c5161c971 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..dccf2aa 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/envole/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= \