From dc01d2034649fc8f5d2dad1e25b45354d005969f Mon Sep 17 00:00:00 2001 From: cailbourdin Date: Tue, 7 Jan 2025 11:50:00 +0100 Subject: [PATCH] =?UTF-8?q?build(ci):=20fix=20m=C3=A9lange=20des=20m=C3=A9?= =?UTF-8?q?tadonn=C3=A9es=20entre=20les=20deux=20serveurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + src/main/resources/application-deleg.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9de6f60..50aad15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,5 +39,6 @@ jobs: - name: Run Pupeteer scenarios run: | + mkdir /etc/cas/metadata-deleg chmod +x puppeteer/run.sh CAS_ARGS="-Dcom.sun.net.ssl.checkRevocation=false --spring.profiles.active=test" CAS_DELEG_ARGS="-Dcom.sun.net.ssl.checkRevocation=false --spring.profiles.active=deleg" ./puppeteer/run.sh \ No newline at end of file diff --git a/src/main/resources/application-deleg.yml b/src/main/resources/application-deleg.yml index 54caa16..378713c 100644 --- a/src/main/resources/application-deleg.yml +++ b/src/main/resources/application-deleg.yml @@ -74,6 +74,7 @@ cas.interrupt.core.trigger-mode: AFTER_SSO # SAML cas.authn.saml-idp.core.entity-id: https://localhost:9443/cas/idp/metadata +cas.authn.saml-idp.metadata.file-system.location: file:/etc/cas/metadata-deleg # OIDC cas.authn.oidc.core.issuer: https://localhost:9443/cas/oidc