Skip to main content
Version: 1.2

Create Keycloak Client for Universal Controller

We will begin by making a Keycloak client for the Universal Controller.

Step 1

Login to Keycloak using your admin credentials.

Step 2

Go to Clients. Click Create client.

Step 3

In General Settings, set the following fields:

  • Client type: "OpenID Connect"
  • Client ID: "universal-controller-client"
  • Name: "Universal Controller"

Click Next.

Step 4

In Capability config, enable Client authentication. Use the default values for the rest of the fields.

Click Next.

Step 5

In Login settings, set the following fields:

  • Valid redirect URIs: http://localhost:7900/uc/login/oauth2/code/default
  • Web Origin: http://localhost:7900

Click Save.

Step 6

Go back to Clients.

Click the newly created universal-controller-client.

Step 7

In the universal-controller-client details, click Credentials.

Click the eye icon and note the Client Secret, as we will need this value later.