new configuration version

This commit is contained in:
aca 2025-06-02 14:51:55 +00:00
parent 2cf37a123e
commit 56764a741c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget: podDisruptionBudget:
maxUnavailable: "50%" maxUnavailable: "50%"
git: git:
tag: "r-600995cbc553d18c54c86ca5293768f8370bb7da" tag: "r-4be12927e2785d7b6ccea3817d7f0be2ab6491d3"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth" dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials" credentials: "git-credentials"
keystores: keystores:

View File

@ -39,7 +39,7 @@ if(loa_str){
} }
// BUNDBITBK-5005: Set cookie to remember the last authentication method // BUNDBITBK-5005: Set cookie to remember the last authentication method
response.setCookie("loa", AUTHENTICATON_URN_TO_COOKIE_MAPPER[session.getAttribute('authenticatedWith')], "/", parameters.get('cookie.domain'), Duration.ofDays(7), true, true) response.setCookie("LOGINMETHOD", AUTHENTICATON_URN_TO_COOKIE_MAPPER[session.getAttribute('authenticatedWith')], "/", parameters.get('cookie.domain'), Duration.ofDays(7), true, true)
// delete the login cookie // delete the login cookie