Fix error in client_credentials doc

This commit is contained in:
Maxime Besson 2022-04-04 09:03:08 +02:00
parent 77793abc6f
commit 5723359298
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ The Client Credentials Grant allows you to obtain an Access Token using only a R
The following attributes are made available in the created session:
* The ``_whatToTrace`` attribute (main session identifier), is set to the
relying party's configuration key
relying party's Client ID
* The ``_scope`` attribute is set to the requested scopes
* The ``_clientId`` attribute is set to the Client ID that obtained the access
token.