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

28 lines
1.4 KiB
Text
Raw Normal View History

2016-06-17 00:14:05 +00:00
== Enabling Authorization Services
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:
1. Click *Clients* to start creating a new client application and fill in the fields as shown in the screenshot below:
2016-06-17 00:14:05 +00:00
.Create Client Application
image:../../../images/getting-started/hello-world/create-client.png[alt="Create Client Application"]
2. Click *Save*. The Client Details page is displayed.
2016-06-17 00:14:05 +00:00
.Client Details
image:../../../images/getting-started/hello-world/enable-authz.png[alt="Client Details"]
3. On the Client Details page, click the *Authorization Enabled* switch to *ON*, and then click *Save*.
A new *Authorization* tab is displayed for the client.
4. 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
image:../../../images/getting-started/hello-world/authz-settings.png[alt="Authorization Settings"]
When you enable authorization services for a client application, {{book.project.name}} automatically creates several link:../../resource-server/default-config.html[default settings] for your client authorization configuration.
2016-06-17 00:14:05 +00:00
For more information about authorization configuration, see link:../../resource-server/enable-authorization.html[Enabling Authorization Services].