I have a single row lookup, so i have in my config:
cas.authn.attribute-repository.jdbc[0].sql=select * from user_table where
{0}
cas.authn.attributeRepository.jdbc[0].username=USER_ID
This seems to search by the user id entered at the login page. But I'd like
to use the value from the resolved principle provided by LDAP:
cas.authn.ldap[0].principalAttributeId: uid
So user logs in with jsmith88 and ldap resolves the principle to be
[email protected].
I'd like to use the principle value to look up jdbc userAttributes.
Any way to configure CAS to do that?
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
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/80c2fed7-1346-4ba4-ac74-eb2d185b47a6n%40apereo.org.