Cannot login to ACS using newly created user in keycloak

cancel
Showing results for 
Search instead for 
Did you mean: 
kota_pardhu
Partner

Cannot login to ACS using newly created user in keycloak

I am trying to configure ACS with IDS. 

I followed https://docs.alfresco.com/identity-service/latest/install/zip/ and brought the IDS up on my machine and running ACS also in local on Tomcat and configured it with IDS by adding the below properties.

Added the below properties in alf_data\tomcat\webapps\share\WEB-INF\classes\share-config.properties

aims.enabled=true
aims.realm=alfresco
aims.resource=alfresco
aims.authServerUrl=http://localhost:8999/auth
aims.sslRequired=external
aims.publicClient=
aims.autodetectBearerOnly=
aims.alwaysRefreshToken=
aims.principalAttribute=sub
aims.enableBasicAuth=true

Added the below properties in alf_data\tomcat\shared\classes\alfresco-global.properties

authentication.chain=identity-service1:identity-service,alfrescoNtlm1:alfrescoNtlm
identity-service.enable-basic-auth=true
identity-service.authentication.validation.failure.silent=false
identity-service.auth-server-url=http://localhost:8999/auth
identity-service.realm=alfresco
identity-service.resource=alfresco

And I've created a new user in keycloak under Alfresco realm using localhost:8999/auth and trying to login to the ACS using this new user credentials and getting the below error.

ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-8] Exception from executeScript: 09190061 User does not exist and could not be created: pardhu

Am I missing any other configuration or configured something wrong ?
Can someone please help me resolve this ?