KEYCLOAK-8014 fix typo
This commit is contained in:
parent
8c95760dc5
commit
66ff057514
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue