Looks like the saml I sent got stripped from the email. Added back below. There are two SSO integrations. One is for the admin interface which is working on our end. The second is used when we have a user go through SSO before filling out a form. This is in-part to auto-fill information. I included the entityID and ACS URL in the origional request form for this ticket. Entity ID: https://unomaha.tfaforms.net/authenticator_saml/metadata ACS URL: https://unomaha.tfaforms.net/authenticator_saml/index?acs can we set these up too please?
<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
ID="ONELOGIN_6d1a985903210319da0730e7595daa1643a904ff"
Version="2.0"
IssueInstant="2024-04-11T20:14:33Z"
Destination="https://auth.unomaha.edu/idp/profile/SAML2/Redirect/SSO"
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
AssertionConsumerServiceURL="https://unomaha.tfaforms.net/authenticator_saml/index?acs"
>
<saml:Issuer>https://unomaha.tfaforms.net/authenticator_saml/metadata</saml:Issuer>
<samlp:NameIDPolicy Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
AllowCreate="true"
/>
<samlp:RequestedAuthnContext Comparison="exact">
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef>
</samlp:RequestedAuthnContext>
</samlp:AuthnRequest>