From 66ff05751414fd24f6d024e56756c2e5b2383f68 Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Tue, 11 Sep 2018 09:23:14 -0500 Subject: [PATCH] KEYCLOAK-8014 fix typo --- ...rvice-authorization-obtaining-permission-authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc b/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc index b6970919ab..3426cfb9ef 100644 --- a/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc +++ b/authorization_services/topics/service-authorization-obtaining-permission-authentication.adoc @@ -26,7 +26,7 @@ the resources and scopes to which User A has access. + Client 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 an access token to authenticate to the token endpoint +.Example: an authorization request using client id and client secret to authenticate to the token endpoint ```bash curl -X POST \ http://${host}:${port}/auth/realms/${realm}/protocol/openid-connect/token \