From 298adab0d9f111595310da00fa7e7bf41402c713 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Fri, 20 May 2016 17:25:38 -0400 Subject: [PATCH] more clients --- topics/clients/client-registration.adoc | 2 +- topics/clients/oidc/confidential.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/clients/client-registration.adoc b/topics/clients/client-registration.adoc index 4f10db547b..3142080d46 100755 --- a/topics/clients/client-registration.adoc +++ b/topics/clients/client-registration.adoc @@ -32,7 +32,7 @@ The following permissions are required to invoke the endpoints (see <<_admin_per +`manage-client` * manage-client -If you are using a regular bearer token to create clients we recommend using a token from on behalf of a Service Account with only the `create-client` role. See the <> section for more details. +If you are using a regular bearer token to create clients we recommend using a token from on behalf of a Service Account with only the `create-client` role. See the <> section for more details. ===== Initial Access Token diff --git a/topics/clients/oidc/confidential.adoc b/topics/clients/oidc/confidential.adoc index 3220e2edcb..e1b2e982fe 100644 --- a/topics/clients/oidc/confidential.adoc +++ b/topics/clients/oidc/confidential.adoc @@ -2,7 +2,7 @@ ==== Confidential Client Credentials -If you've set the client's <> to `confidential` in the client's +If you've set the client's <> to `confidential` in the client's `Settings` tab, a new `Credentials` tab will show up. As part of dealing with this type of client you have to configure the client's credentials.