Invalid NameIDPolicy Issue

Alberto DeAngelis adeangelis01 at manhattan.edu
Fri Mar 22 14:49:28 UTC 2024


Hi Everyone,

I am running into this issue setting up SSO for Ellucian Experience:

shib-idp;idp-warn.log;dev;nothing;2024-03-22 13:54:34,540 - WARN
[org.opensaml.profile.action.impl.LogEvent:101] - A non-proceed event
occurred while processing the request: InvalidNameIDPolicy
shib-idp;idp-process.log;dev;nothing; - [149.61.2.59]2024-03-22
13:56:16,226 - WARN [org.opensaml.profile.action.impl.LogEvent:101] - A
non-proceed event occurred while processing the request: InvalidNameIDPolicy

This is what we have for our relying party configuration:

<bean parent="RelyingPartyByName" c:relyingPartyIds="ellucian-experience">
            <property name="profileConfigurations">
                <list>
                    <bean parent="SAML2.SSO" p:encryptAssertions="false"
p:nameIDFormatPrecedence="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
/>
                </list>
            </property>
        </bean>

This is our saml-nameid.xml configuration:

       <bean parent="shibboleth.SAML2AttributeSourcedGenerator"
           p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
           p:attributeSourceIds="#{ {'mail'} }" >
           <property name="activationCondition" >
                <bean parent="shibboleth.Conditions.RelyingPartyId"
c:candidate="ellucian-experience" />
           </property>
       </bean>

This is our attribute-filter.xml configuration:

<AttributeFilterPolicy id="releaseForEllucianExp" >
  <PolicyRequirementRule xsi:type="Requester" value="ellucian-experience" />
  <AttributeRule attributeID="employeeNumber">
    <PermitValueRule xsi:type="ANY" />
  </AttributeRule>
</AttributeFilterPolicy>

I am not sure what else to check.

I appreciate your help with this.

Alberto


-- 
Alberto DeAngelis '20 '22

*JrDatabaseAdmin/IT Dept.Information Technology Services*
[image: Manhattan College Logo/Shield]
Riverdale, NY 10471
adeangelis01 at manhattan.edu
www.manhattan.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20240322/074c02cb/attachment.htm>


More information about the users mailing list