29 lines
972 B
Text
29 lines
972 B
Text
[id="proc-creating-oidc-client_{context}"]
|
|
==== Creating an OpenID Connect Client
|
|
[role="_abstract"]
|
|
To protect an application that uses the OpenID connect protocol, you create a client.
|
|
|
|
.Procedure
|
|
. Click `Clients` in the left navigation pane.
|
|
|
|
. Click *Create* to go to the `Add Client` page.
|
|
+
|
|
.Add Client
|
|
image:{project_images}/add-client-oidc.png[Add Client]
|
|
|
|
. Enter the `Client ID` of the client.
|
|
|
|
. Select `openid-connect` in the `Client Protocol` drop down box.
|
|
|
|
. Enter the base URL of your application in the `Root URL` field.
|
|
|
|
. Click *Save*. This action creates the client and bring you to the `Settings`
|
|
tab.
|
|
+
|
|
.Client Settings
|
|
image:{project_images}/client-settings-oidc.png[Client Settings]
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* For more information about fields on the `Settings` tab, see xref:con-basic-settings_{context}[Basic Settings].
|
|
* For more information about the OIDC protocol, see xref:con-oidc_{context}[OpenID Connect].
|