diff --git a/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties b/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties index ed360f56a8..174b696b10 100644 --- a/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties +++ b/src/main/resources/alfresco/subsystems/Authentication/identity-service/identity-service-authentication.properties @@ -7,7 +7,7 @@ identity-service.authentication.enable-username-password-authentication=true # Identity Service configuration identity-service.auth-server-url=http://localhost:8180/auth -identity-service.realm=springboot +identity-service.realm=alfresco identity-service.ssl-required=none -identity-service.resource=activiti -identity-service.public-client=true \ No newline at end of file +identity-service.resource=alfresco +identity-service.public-client=true