Hello.
Description of the environment:
Alfresco CE 3.4.e with cas-client-3.2
Jasig CAS 3.5.2
My alfresco-global.properties:
external.authentication.enabled=true
authentication.chain=cas:external
external.authentication.defaultAdministratorUserNames = pepeadm
All work fine:
- User login in Cas go to Alfresco Explorer.
- User login in Cas go to Alfresco Share.
But when I try to create a nes user with external loged user (pepeadm) get the error:
ERROR [ui.common.Utils] Failed to create Person due to error: 04150003 Unable to create authentication as there is no suitable authentication service.
org.alfresco.repo.security.authentication.AuthenticationException: 04150003 Unable to create authentication as there is no suitable authentication service.
at org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService.createAuthentication(AbstractChainingAuthenticationService.java:66)
Any idea!!
Thanks for the help.