keycloak-scim/authorization_services/topics/resource-server/create-client.adoc
2017-08-28 20:10:09 +02:00

28 lines
No EOL
919 B
Text

[[_resource_server_create_client]]
=== Creating a Client Application
The first step to enable {project_name} Authorization Services is to create the client application that you want to turn into a resource server.
To create a client application, complete the following steps:
. Click *Clients*.
+
.Clients
image:{project_images}/resource-server/client-list.png[alt="Clients"]
. On this page, click *Create*.
+
.Create Client
image:{project_images}/resource-server/client-create.png[alt="Create Client"]
. Type the `Client ID` of the client. For example, _my-resource-server_.
. Type the `Root URL` for your application. For example:
+
```bash
http://${host}:${port}/my-resource-server
```
. Click *Save*. The client is created and the client Settings page opens. A page similar to the following is displayed:
+
.Client Settings
image:{project_images}/resource-server/client-enable-authz.png[alt="Client Settings"]