2020-10-05 20:01:46 +00:00
[id="proc-creating-oidc-client_{context}"]
2022-07-26 15:50:24 +00:00
= Creating an OpenID Connect client
2020-10-28 20:25:47 +00:00
[role="_abstract"]
2020-10-30 15:49:48 +00:00
To protect an application that uses the OpenID connect protocol, you create a client.
2020-10-05 20:01:46 +00:00
.Procedure
2022-07-26 15:50:24 +00:00
. Click *Clients* in the menu.
. Click *Create client*.
2020-10-05 20:01:46 +00:00
+
2022-07-26 15:50:24 +00:00
.Create client
2022-10-05 18:43:15 +00:00
image:images/add-client-oidc.png[Create Client]
2022-07-26 15:50:24 +00:00
. Leave *Client type* set to *OpenID Connect*.
. Enter a *Client ID.*
+
2022-10-19 06:47:23 +00:00
This ID is an alphanumeric string that is used in OIDC requests and in the {project_name} database to identify the client.
2022-07-26 15:50:24 +00:00
. Supply a *Name* for the client.
+
If you plan to localize this name, set up a replacement string value. For example, a string value such as $\{myapp}. See the link:{developerguide_link}[{developerguide_name}] for more information.
2022-10-05 18:43:15 +00:00
2020-10-30 21:58:21 +00:00
. Click *Save*.
2020-11-05 20:50:14 +00:00
2022-07-26 15:50:24 +00:00
This action creates the client and bring you to the *Settings* tab, where you can perform xref:con-basic-settings_{context}[Basic configuration].