keycloak-scim/authorization_services/topics/resource-server-create-client.adoc

29 lines
857 B
Text
Raw Normal View History

2016-11-29 15:30:53 +00:00
[[_resource_server_create_client]]
= 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.
.Procedure
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*.
+
.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
image:{project_images}/resource-server/client-enable-authz.png[alt="Client Settings"]