The Identity Service can be installed using a standalone ZIP distribution.
A default realm called Alfresco is installed.
Prerequisites
- Java 8 or Java 11 JDK installed
Installation steps
-
Download the zip file for the Identity Service from the Support Portal.
-
Move the downloaded zip file to install location of choice and unzip the contents:
For a Linux or Unix environment:
$ unzip alfresco-identity-service-1.4.0.zipFor a Windows environment:
> unzip alfresco-identity-service-1.4.0.zip -
Change directory to the
bindirectory of the unzipped folder and run the standalone start script:Note: To bind to all public interfaces use
0.0.0.0as the value ofIP_ADDRESSotherwise use the address of a specific interface.For a Linux or Unix environment:
$ cd alfresco-identity-service-1.4.0/bin $ ./standalone.sh -b <IP_ADDRESS>For a Windows environment using a bat script:
> ...\alfresco-identity-service-1.4.0\bin\standalone.bat -b <IP_ADDRESS>For a Windows environment using a Powershell script:
> ...\alfresco-identity-service-1.4.0\bin\standalone.ps1 -b <IP_ADDRESS> -
Navigate to
http://localhost:8080/authonce the service has started. -
Enter a username and password to create an administrator user for the master realm.
The administrator console for the Alfresco realm can be accessed at http://localhost:8080/auth/admin/alfresco/console/. The administrator user for this realm has the following credentials:
| Property | Value |
|---|---|
| Administrator username | admin |
| Administrator password | admin |
| Administrator email address | admin@app.activiti.com |
| Alfresco client redirect URIs | * |
Important: Reset the administrator password for the
Alfrescorealm when first signing into its administrator console.
The Identity Service can be configured further.