keycloak-scim/authorization_services/topics/hello-world-create-resource-server.adoc

29 lines
1.5 KiB
Text
Raw Normal View History

2016-11-29 15:30:53 +00:00
[[_getting_started_hello_world_enabling_authz_services]]
= Enabling Authorization Services
2016-06-17 00:14:05 +00:00
You can enable authorization services in an existing client application configured to use the OpenID Connect Protocol. You can also create a new client.
2016-06-17 00:14:05 +00:00
To create a new client, complete the following steps:
. Click *Clients* to start creating a new client application and fill in the *Client ID*, *Client Protocol*, and *Root URL* fields.
2016-11-29 15:30:53 +00:00
+
2016-06-17 00:14:05 +00:00
.Create Client Application
2017-08-28 12:50:14 +00:00
image:{project_images}/getting-started/hello-world/create-client.png[alt="Create Client Application"]
2016-06-17 00:14:05 +00:00
2016-11-29 15:30:53 +00:00
. Click *Save*. The Client Details page is displayed.
+
2016-06-17 00:14:05 +00:00
.Client Details
2017-08-28 12:50:14 +00:00
image:{project_images}/getting-started/hello-world/enable-authz.png[alt="Client Details"]
2016-06-17 00:14:05 +00:00
2019-11-08 15:29:23 +00:00
. On the Client Details page, select *confidential* in the *Access Type* field, change the *Authorization Enabled* switch to *ON*, and then click *Save*.
2017-02-16 18:54:45 +00:00
A new *Authorization* tab is displayed for the client.
2016-11-29 15:30:53 +00:00
. Click the *Authorization* tab and an Authorization Settings page similar to the following is displayed:
+
2016-06-17 00:14:05 +00:00
.Authorization Settings
2017-08-28 12:50:14 +00:00
image:{project_images}/getting-started/hello-world/authz-settings.png[alt="Authorization Settings"]
2016-06-17 00:14:05 +00:00
2017-08-28 12:50:14 +00:00
When you enable authorization services for a client application, {project_name} automatically creates several <<_resource_server_default_config, default settings>> for your client authorization configuration.
2016-06-17 00:14:05 +00:00
2017-08-28 12:50:14 +00:00
For more information about authorization configuration, see <<_resource_server_enable_authorization, Enabling Authorization Services>>.