Skip to main content
Version: 2.1.0

IAMS

All the APIs request to WFM are authenticated using IAMS. For deployment of IAMS, please refer to its deployment guide.

Configuration

Keycloak Realm

IAMS must have realm and active tenant mapper in token claim in order to work properly. Follow the instructions in Manual Keycloak Realm Setup to configure.

Keycloak Client

Create a new client in Keycloak for WFD login authentication.

important

The client ID created here must be set to the IAM_CLIENT_ID environment variable in the WFD configuration.

  1. Navigate to Keycloak Admin Console and switch the realm. This example demonstrates using aoh realm.

Select Realm

  1. Click on Clients in the side menu and click on Create client button.

Create Client

  1. Go through the steps below to create a new client.
  • Fill up the required fields Create Client Step 1
  • Set capabilities settings Create Client Step 2
  • Set valid redirect for login flow Create Client Step 3