From 7edc2c3e28863ff9ba38eeb4554459f061e2d3ba Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 30 Aug 2017 09:28:37 +0200 Subject: [PATCH] Fix identity to identify --- server_admin/topics/clients/client-oidc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/clients/client-oidc.adoc b/server_admin/topics/clients/client-oidc.adoc index df6ac7c077..a9d895e189 100644 --- a/server_admin/topics/clients/client-oidc.adoc +++ b/server_admin/topics/clients/client-oidc.adoc @@ -16,7 +16,7 @@ This will bring you to the `Add Client` page. image:{project_images}/add-client-oidc.png[] Enter in the `Client ID` of the client. This should be a simple -alpha-numeric string that will be used in requests and in the {project_name} database to identity the client. +alpha-numeric string that will be used in requests and in the {project_name} database to identify the client. Next select `openid-connect` in the `Client Protocol` drop down box. Ignore the `Client Template` listbox for now, we'll go over that later in this chapter.