keycloak-scim/getting_started/topics/secure-jboss-app/create-client.adoc
Matthew Helmke a9a5fb0c37 KEYCLOAK-7127 first set of changes from Getting Started review (#377)
* KEYCLOAK-7127 first set of changes from Getting Started review

* further cleaning up and deleted some graphics that are no longer needed
2018-06-07 09:05:21 +02:00

33 lines
872 B
Text

=== Creating and Registering the Client
To define and register the client in the {project_name} admin console, complete the following steps:
. 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.
+
.Clients
image:{project_images}/clients.png[]
. On the right side, click *Create*.
. Complete the fields as shown here:
+
.Add Client
image:{project_images}/add-client.png[]
. Click *Save* to create the client application entry.
. Click the *Installation* tab in the {project_name} admin console to obtain a configuration template.
. Select *Keycloak OIDC JBoss Subsystem XML* to generate an XML template. Copy the contents for use in the next section.
+
.Template XML
image:{project_images}/client-install-selected.png[]