Hello,
I've gotten a new install configured of Archivematica using the docker install method. I've enabled CAS authentication using the docker-compose.yml file by adding:
ARCHIVEMATICA_DASHBOARD_DASHBOARD_CAS_AUTHENTICATION: "true"
I am able to authenticate via SSO using the above, however I've been unable to determine what is needed for CAS_ADMIN_ATTRIBUTE and CAS_ADMIN_ATTRIBUTE_VALUE. I've set CAS_CHECK_ADMIN_ATTRIBUES = "true" and was looking for a way to check if the user was a member of an AD group. Would anyone have any examples of what parameters might go in CAS_ADMIN_ATTRIBUTE and CAS_ADMIN_ATTRIBUTE_VALUE?
Appreciate everyone's help - Thanks!