2016-11-29 15:30:53 +00:00
|
|
|
[[_resource_server_create_client]]
|
2022-04-18 14:10:57 +00:00
|
|
|
= Creating a client application
|
2016-06-16 17:08:04 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
The first step to enable {project_name} Authorization Services is to create the client application that you want to turn into a resource server.
|
2016-11-15 21:34:20 +00:00
|
|
|
|
2022-04-18 14:10:57 +00:00
|
|
|
.Procedure
|
2016-11-15 21:34:20 +00:00
|
|
|
|
2016-11-29 15:30:53 +00:00
|
|
|
. Click *Clients*.
|
|
|
|
+
|
2016-06-16 17:08:04 +00:00
|
|
|
.Clients
|
2017-08-28 12:50:14 +00:00
|
|
|
image:{project_images}/resource-server/client-list.png[alt="Clients"]
|
2016-06-16 17:08:04 +00:00
|
|
|
|
2016-11-29 15:30:53 +00:00
|
|
|
. On this page, click *Create*.
|
|
|
|
+
|
2022-04-18 14:10:57 +00:00
|
|
|
.Add Client
|
|
|
|
image:{project_images}/resource-server/client-create.png[alt="Add Client"]
|
2016-06-16 17:08:04 +00:00
|
|
|
|
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
|
|
|
+
|
2018-02-08 21:09:26 +00:00
|
|
|
```
|
2016-06-16 17:08:04 +00:00
|
|
|
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
|
2017-10-09 06:38:46 +00:00
|
|
|
image:{project_images}/resource-server/client-enable-authz.png[alt="Client Settings"]
|