new configuration version
This commit is contained in:
parent
2cf37a123e
commit
56764a741c
|
@ -45,7 +45,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-600995cbc553d18c54c86ca5293768f8370bb7da"
|
||||
tag: "r-4be12927e2785d7b6ccea3817d7f0be2ab6491d3"
|
||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -39,7 +39,7 @@ if(loa_str){
|
|||
}
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue