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

41 lines
1.4 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 client using the following procedure.
2016-06-17 00:14:05 +00:00
.Procedure
. Click *Clients* to start creating a client application.
. Fill in the *Client ID*, *Client Protocol*, and *Root URL* fields.
2016-11-29 15:30:53 +00:00
+
.Create client application
image:{project_images}/getting-started/hello-world/create-client.png[alt="Create client application"]
2016-06-17 00:14:05 +00:00
. Click *Save*.
+
The Client Settings page is displayed.
. Select *confidential* in the *Access Type* field and toggle *Authorization Enabled* to *ON*
. Click *Save*.
2016-11-29 15:30:53 +00:00
+
A new *Authorization* tab is displayed for the client.
+
.Client Settings
image:{project_images}/getting-started/hello-world/enable-authz.png[alt="Client Settings"]
. Click the *Authorization* tab.
+
An Authorization Settings page similar to the following is displayed:
2016-11-29 15:30:53 +00:00
+
.Authorization settings
image:{project_images}/getting-started/hello-world/authz-settings.png[alt="Authorization settings"]
2016-06-17 00:14:05 +00:00
When you enable authorization services for a client application, {project_name} automatically creates several default settings for your client authorization configuration.
2016-06-17 00:14:05 +00:00
[role="_additional-resources"]
.Additional resources
* <<_resource_server_enable_authorization, Enabling authorization services>>
* <<_resource_server_default_config, Default configuration>>