Skip to content

Commit

Permalink
Typos and wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Koch committed May 10, 2021
1 parent 93852d0 commit be39fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,9 @@ The CORS block configures the CORS (Cross-Origin Resource Sharing) behavior in C
| `token_endpoint` | <ul><li>&#9888; Mandatory.</li><li>URL of the token endpoint at the authorization server.</li></ul> |
| `client_id` | <ul><li>&#9888; Mandatory.</li><li>The client identifier.</li></ul> |
| `client_secret` | <ul><li>&#9888; Mandatory.</li><li>The client password.</li></ul> |
| `retries` | <ul><li>Optional.</li><li>The number of retries to get the token und resource, if the resource-request responses with `401 Forbidden` HTTP status code.</li><li>Default: `1`.</li></ul> |
| `retries` | <ul><li>Optional.</li><li>The number of retries to get the token and resource, if the resource-request responds with `401 Unauthorized` HTTP status code.</li><li>Default: `1`.</li></ul> |
| `token_endpoint_auth_method` | <ul><li>Optional.</li><li>Defines the method to authenticate the client at the token endpoint.</li><li>If set to `client_secret_post`, the client credentials are transported in the request body.</li><li>If set to `client_secret_basic`, the client credentials are transported via Basic Authentication.</li><li>Default: `client_secret_basic`.</li></ul> |
| `scope` | <ul><li>Optional.</li><li>A space separated list of scopes of the access request.</li></ul> |
| `scope` | <ul><li>Optional.</li><li>A space separated list of requested scopes for the access token.</li></ul> |

### Modifier

Expand Down

0 comments on commit be39fd7

Please sign in to comment.