Greetings, We are currently attempting to get our CAS instance to work with our new Banner SSO Manager instance.
When we attempt to log in, we receive the following error: com.ellucian.sso.exception.ApplicationException: UDC Id not available from the ellucian product. We have configured our cas.properties as follows: ----------------------------- ... cas.authn.accept.users= cas.authn.ldap[0].type=AUTHENTICATED cas.authn.ldap[0].ldapUrl=ldap://127.0.0.1/ cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].useStartTls=false cas.authn.ldap[0].connectTimeout=5000 cas.authn.ldap[0].baseDn=dc=xxxxxxxxxxxxx cas.authn.ldap[0].userFilter=uid={user} cas.authn.ldap[0].subtreeSearch=true cas.authn.ldap[0].usePasswordPolicy=false cas.authn.ldap[0].bindDn=xxxxxxxxxxxxx cas.authn.ldap[0].bindCredential=xxxxxxxxxxxxx cas.authn.ldap[0].principalAttributeId=displayName cas.authn.ldap[0].principalAttributePassword= cas.authn.ldap[0].allowMultiplePrincipalAttributeValues=true cas.authn.ldap[0].additionalAttributes=sn,cn ##CAS Attribute Repository cas.authn.attributeRepository.defaultAttributesToRelease=sn,cn,displayName,UDC_IDENTIFIER cas.authn.attributeRepository.ldap.ldapUrl=ldap://127.0.0.1/ cas.authn.attributeRepository.ldap.useSsl=false cas.authn.attributeRepository.ldap.baseDn=xxxxxxxxxxxxxxxxxxxx cas.authn.attributeRepository.ldap.userFilter=uid={0} cas.authn.attributeRepository.ldap.bindDn=xxxxxxxxxxxxxxxxxx cas.authn.attributeRepository.ldap.bindCredential=xxxxxxxxxxx cas.authn.attributeRepository.attributes.cn=cn cas.authn.attributeRepository.attributes.sn=sn cas.authn.attributeRepository.attributes.displayName=displayName cas.authn.attributeRepository.attributes.UDC_IDENTIFIER=displayName ... ----------------------- Can someone please give us some guidance on troubleshooting this issue? Thank you, -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/b27cbc3f-2950-4bd5-a9e1-4b35e76829ca%40apereo.org.
