/AlmaSAMLJIT

Alma SAML JIT user provisioning configuration

Primary LanguageXSLT

AlmaSAMLJIT

Alma SAML JIT user provisioning configuration

XSL Transformation scripts for JIT SAML provisioning of user accounts.

Testing and development

Here is a good basic introduction to XSLT: https://www.w3schools.com/xml/xsl_intro.asp

You can get the SAML response from the IdP using a URL like this (eg. HOW IZ):

https://wrlc-hu.alma.exlibrisgroup.com/mng/login?auth=SAML&idpCode=HUAzSSO&test_mode=true

The URL can be generated by the Test button on the SAML Integration Profile Actions page.

Once you have that SAML response in an XML file, test your transformation like so:

xsltproc HUalmauser.xsl SAMLresponse.xml | xmllint --format -

Alma documentation