From 9d490e81343689e091649a8a26ad7144b2df7f17 Mon Sep 17 00:00:00 2001 From: David Kanenwisher Date: Fri, 28 Aug 2020 17:54:40 -0500 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The word “client” in this section wasn’t plural like in the other sections. --- ...ice-authorization-obtaining-permission-authentication.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc b/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc index 3426cfb9ef..e817529a4b 100644 --- a/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc +++ b/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc @@ -24,7 +24,7 @@ the resources and scopes to which User A has access. * *Client Credentials* + -Client can use any of the client authentication methods supported by {project_name}. For instance, client_id/client_secret or JWT. +Clients can use any of the client authentication methods supported by {project_name}. For instance, client_id/client_secret or JWT. + .Example: an authorization request using client id and client secret to authenticate to the token endpoint ```bash @@ -32,4 +32,4 @@ curl -X POST \ http://${host}:${port}/auth/realms/${realm}/protocol/openid-connect/token \ -H "Authorization: Basic cGhvdGg6L7Jl13RmfWgtkk==pOnNlY3JldA==" \ --data "grant_type=urn:ietf:params:oauth:grant-type:uma-ticket" -``` \ No newline at end of file +```