new configuration version

This commit is contained in:
aca 2025-03-31 16:02:59 +00:00
parent 35d7325a20
commit 2ef76e0d1b
3 changed files with 7 additions and 3 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-d9f8becba9a6acfa30f490d16e18038ab79e9d92"
tag: "r-12631865cbb9170941d0aac3a10d80fa4222f815"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -312,6 +312,10 @@
<!-- source: pattern://73efd00d67082ff1eb927922 -->
<property name="parameter.epdMode" value="post"/>
<!-- source: pattern://73efd00d67082ff1eb927922 -->
<property name="parameter.atb" value="https://trustbroker.agov-d.azure.adnovum.net"/>
<!-- source: pattern://73efd00d67082ff1eb927922 -->
<property name="parameter.epd_atb" value="https://trustbroker-idp.agov-w.azure.adnovum.net"/>
<!-- source: pattern://73efd00d67082ff1eb927922 -->
<property name="script" value="file:///var/opt/nevisauth/default/conf/idp_dispatcher.groovy"/>
</AuthState>
<AuthState name="Auth_Realm_Main_IDP_Email_Input" class="ch.nevis.esauth.auth.states.scripting.ScriptState" final="true" resumeState="true">

View File

@ -117,8 +117,8 @@ if (request.getSession(false) == null) {
def i2s = new TreeMap<String, String>(String.CASE_INSENSITIVE_ORDER)
i2s.put('https://trustbroker.agov-epr-lab.azure.adnovum.net', 'main')
i2s.put('https://trustbroker-idp.agov-epr-lab.azure.adnovum.net', 'epd')
i2s.put(parameters.get('atb'), 'main')
i2s.put(parameters.get('epd_atb'), 'epd')
if (parameters.get('spInitiated') == 'true' && inargs.containsKey('SAMLRequest')) { // SP-initiated authentication
LOG.debug("found SAMLRequest parameter for SP-initiated authentication")