keycloak-scim/getting_started/topics/secure-jboss-app/create-client.adoc

34 lines
872 B
Text
Raw Normal View History

2016-05-11 02:48:33 +00:00
=== Creating and Registering the Client
2016-05-11 02:48:33 +00:00
To define and register the client in the {project_name} admin console, complete the following steps:
2016-05-11 02:48:33 +00:00
. Log in to the admin console with your admin account.
. In the top left drop-down menu select and manage the `Demo` realm. Click `Clients` in the left side menu to open the Clients page.
+
2016-05-11 02:48:33 +00:00
.Clients
2017-08-28 12:50:14 +00:00
image:{project_images}/clients.png[]
2016-05-11 02:48:33 +00:00
. On the right side, click *Create*.
2016-05-11 02:48:33 +00:00
. Complete the fields as shown here:
+
2016-05-11 02:48:33 +00:00
.Add Client
2017-08-28 12:50:14 +00:00
image:{project_images}/add-client.png[]
2016-05-11 02:48:33 +00:00
. Click *Save* to create the client application entry.
. Click the *Installation* tab in the {project_name} admin console to obtain a configuration template.
2016-05-11 02:48:33 +00:00
. Select *Keycloak OIDC JBoss Subsystem XML* to generate an XML template. Copy the contents for use in the next section.
+
2016-05-11 02:48:33 +00:00
.Template XML
2017-08-28 12:50:14 +00:00
image:{project_images}/client-install-selected.png[]
2016-05-11 02:48:33 +00:00