How does one do authorization checks in CAS Management 5.3.6 using CAS attribute return? In 5.1, I have this:
cas.mgmt.adminRoles[0]=CN=<GropuName>,OU=<OU>,DC=dc,DC=ndsu,DC=edu cas.mgmt.authzAttributes[0]=memberOf Not entirely sure why that is failing on 5.3.6. Part of me says that it is due to pac4j splitting on the commas. So I get the bright idea of using eduPersonEntitlement, so mgmt.adminRoles[0]=https://www.ndsu.edu/eci/entitlement mgmt.authzAttributes[0]=eduPersonEntitlement But that isn't working either. In the log for the application I can see that my list of entitlements is being returned, but I see no roles. What am I missing? Thanks, Richard -- - 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/e3789f7f-c186-1451-89da-ea4f694c6fb4%40ndsu.edu.
