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

26 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 any existing client application configured to use the OpenID Connect Protocol. However, in this guide we are
going to create a new client from scratch.
2016-06-17 00:14:05 +00:00
Click on the `Clients` left menu item to start creating a new client application and fill in the fields as shown below:
.Create Client Application
image:../../../images/getting-started/hello-world/create-client.png[alt="Create Client Application"]
Click on the `Save` button to create the client. This should display the `Client Details` page.
2016-06-17 00:14:05 +00:00
.Client Details
image:../../../images/getting-started/hello-world/enable-authz.png[alt="Client Details"]
In this page, click the `Authorization Enabled` switch and turn it `ON`, then click the `Save` button.
After saving, a new `Authorization` tab will show up in the tab set for the client. Click on this tab and you should see a page similar to the following:
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 details about authorization configuration, please see link:../../resource-server/enable-authorization.html[Enabling Authorization Services].