I am sure we are missing some property. We need to release the displayName attribute from ldap as the udc_identifier attribute in SAML.
Can anyone suggest what we are missing? or any steps we can take to get better results from logs? On Wednesday, February 15, 2017 at 1:56:10 PM UTC-5, Daniel wrote: > > 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/38688dbb-0bc6-459e-9975-18befa0cb819%40apereo.org.
