CAS 4 - Not able to retrieve the LDAP groups after successful authentication
问题 I have configured CAS 4 / Spring Security / Active Directory and able to authenticate successfully. But I have difficulty in to retrieve roles and later use that for authorisation. I have the roles available after the authentication in CAS but I want to pass this to the service (web app) so that it can be used to check the authorisation (for eg. hasRole('ROLE_EDITOR') ) I think I am making some configuration mistake in the below beans which I investigating further. I have shown these