27 lines
No EOL
882 B
Text
Executable file
27 lines
No EOL
882 B
Text
Executable file
== Creating a Client Application
|
|
|
|
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:
|
|
|
|
1. Click *Clients*.
|
|
|
|
.Clients
|
|
image:../../images/resource-server/client-list.png[alt="Clients"]
|
|
|
|
2. On this page, click *Create*.
|
|
|
|
.Create Client
|
|
image:../../images/resource-server/client-create.png[alt="Create Client"]
|
|
|
|
3. Type the `Client ID` of the client. For example, _my-resource-server_.
|
|
4. Type the `Root URL` for your application. For example:
|
|
+
|
|
```bash
|
|
http://${host}:${port}/my-resource-server
|
|
```
|
|
|
|
5. Click *Save*. The client is created and the client Settings page opens. A page similar to the following is displayed:
|
|
|
|
.Client Settings
|
|
image:../../images/resource-server/client-enable-authz.png[alt="Client Settings"] |