Skip to main content
Version: 1.2

Create Keycloak Client for Universal Portal

Next, we will make a Keycloak client for Universal Portal. This is very similar to what we did for 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-portal-client"
  • Name: "Universal Portal"

Click Next.

Step 4

In Capability config, set the PKCE Method to "S256". 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:5173/signin
  • Web Origin: http://localhost:5173
info

For testing, you may assign * for both URIs. However, this is not recommended for production.

Click Save.