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