2016-11-29 15:30:53 +00:00
[[_resource_server_create_client]]
2016-06-16 17:08:04 +00:00
== Creating a Client Application
2016-11-15 21:34:20 +00:00
The first step to enable {{book.project.name}} {{book.project.module}} is to create the client application that you want to turn into a resource server.
To create a client application, complete the following steps:
2016-11-29 15:30:53 +00:00
. Click *Clients*.
+
2016-06-16 17:08:04 +00:00
.Clients
image:../../images/resource-server/client-list.png[alt="Clients"]
2016-11-29 15:30:53 +00:00
. On this page, click *Create*.
+
2016-06-16 17:08:04 +00:00
.Create Client
image:../../images/resource-server/client-create.png[alt="Create Client"]
2016-11-29 15:30:53 +00:00
. Type the `Client ID` of the client. For example, _my-resource-server_.
. Type the `Root URL` for your application. For example:
2016-06-16 17:08:04 +00:00
+
```bash
http://${host}:${port}/my-resource-server
```
2016-11-29 15:30:53 +00:00
. Click *Save*. The client is created and the client Settings page opens. A page similar to the following is displayed:
+
2016-06-16 17:08:04 +00:00
.Client Settings
image:../../images/resource-server/client-enable-authz.png[alt="Client Settings"]