2016-11-29 15:30:53 +00:00
[[_getting_started_hello_world_enabling_authz_services]]
2017-10-09 06:38:46 +00:00
= Enabling Authorization Services
2016-06-17 00:14:05 +00:00
2016-11-15 21:34:20 +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
2016-11-15 21:34:20 +00:00
To create a new client, complete the following steps:
2017-10-09 06:38:46 +00:00
. 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
2016-11-29 15:30:53 +00:00
. On the Client Details page, click 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-15 21:34:20 +00:00
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>>.