From 5a28db576ecf9d02b289203b4ff838d32fceed10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Wed, 19 Apr 2023 11:55:44 +0200 Subject: [PATCH] goweb-oidc: fix OIDC_ISSUER_URL --- 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 1baf0e8..6667361 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={{ hydra_clients|selectattr('client_id', 'equalto', 'mse-demo')|map(attribute='client_secret')|first }} \ - -e OIDC_ISSUER_URL=https://pp.messervices.etudiant.gouv.fr/envole/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= \