When connecting to Active Directory, it returns the [cas:ldap:memberOf] token with only the first value, but there are many more. If I test an LDAP Server configuration via the LDAP module, I see many memberOf tokens like [memberof:0], [memberof:1], etc.

I am trying to redirect users upon login based on values in memberOf, and can't do it without having all the values available in one token. I wasn't having any success trying to add this with hook_tokens_alter() because the token values are already returned by cas_ldap_tokens(). Thanks.