Skip to content

Commit

Permalink
Update configuration doc to reflect tls_config in oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
majolo committed Jun 6, 2022
1 parent f958b8b commit 4406647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration.md
Expand Up @@ -436,6 +436,10 @@ token_url: <string>
# Optional parameters to append to the token URL.
endpoint_params:
[ <string>: <string> ... ]

# Configures the token request's TLS settings.
tls_config:
[ <tls_config> ]
```

## `<tls_config>`
Expand Down

0 comments on commit 4406647

Please sign in to comment.