Fix typo
The word “client” in this section wasn’t plural like in the other sections.
This commit is contained in:
parent
00273fb95d
commit
9d490e8134
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ the resources and scopes to which User A has access.
|
||||||
|
|
||||||
* *Client Credentials*
|
* *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
|
.Example: an authorization request using client id and client secret to authenticate to the token endpoint
|
||||||
```bash
|
```bash
|
||||||
|
@ -32,4 +32,4 @@ curl -X POST \
|
||||||
http://${host}:${port}/auth/realms/${realm}/protocol/openid-connect/token \
|
http://${host}:${port}/auth/realms/${realm}/protocol/openid-connect/token \
|
||||||
-H "Authorization: Basic cGhvdGg6L7Jl13RmfWgtkk==pOnNlY3JldA==" \
|
-H "Authorization: Basic cGhvdGg6L7Jl13RmfWgtkk==pOnNlY3JldA==" \
|
||||||
--data "grant_type=urn:ietf:params:oauth:grant-type:uma-ticket"
|
--data "grant_type=urn:ietf:params:oauth:grant-type:uma-ticket"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue