Why correct SessionInitiator isn't called

Scott Alexander scott.alexander at humak.fi
Tue May 21 06:41:11 UTC 2024


Hi,

I have in my shibboleth2.xml file

to send an extension to the IDP. extension value is either en for english or fi for finnish.

The location is different for each SessionInitiator

but even though I use location in the browser (/bin/idm/open/register01_fi.pl) for the fi extension it always uses the first.

What am I missing?

<SessionInitiator Location="/bin/idm/open/register01.pl" type="SAML2" entityID="https://testi.apro.tunnistus.fi/idp1">
    <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="English" Version="2.0" IssueInstant="2012-01-01T00:00:00Z">

        <samlp:Extensions>
          <vetuma xmlns="urn:vetuma:SAML:2.0:extensions">
            <LG>en</LG>
          </vetuma>
        </samlp:Extensions>

    </samlp:AuthnRequest>
</>

<SessionInitiator Location="/bin/idm/open/register01_fi.pl" type="SAML2" entityID="https://testi.apro.tunnistus.fi/idp1">
    <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="Finnish" Version="2.0" IssueInstant="2012-01-01T00:00:00Z">

        <samlp:Extensions>
          <vetuma xmlns="urn:vetuma:SAML:2.0:extensions">
            <LG>fi</LG>
          </vetuma>
        </samlp:Extensions>

    </samlp:AuthnRequest>
</SessionInitiator>

Terveisin/Regards

Scott Alexander
Asiantuntija, järjestelmät Systems Specialist

Humak
Humanistinen ammattikorkeakoulu
University of Applied Sciences
www.humak.fi<http://www.humak.fi/>

Tel. +358 (0)50 411 9556

scott.alexander at humak.fi<mailto:scott.alexander at humak.fi>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20240521/da86a28b/attachment.htm>


More information about the users mailing list