goweb-oidc: get client password

This commit is contained in:
Laurent Gourvenec 2023-04-19 10:41:44 +02:00
parent e6f50cc01a
commit 5bba8b978e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PODMAN_ARGS="\
-e LOG_LEVEL=0 \
-e HTTP_ADDRESS=0.0.0.0:3002 \
-e OIDC_CLIENT_ID=mse-demo \
-e OIDC_CLIENT_SECRET=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/auth/ \
-e OIDC_REDIRECT_URL=https://auth.lescrous.fr/oauth2/callback \
-e OIDC_POST_LOGOUT_REDIRECT_URL=https://auth.lescrous.fr \