Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-NGTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ conn = venafi_connection(
|---|---|---|
| `client_id` | yes¹ | Service-account Client ID used to obtain an access token. |
| `client_secret` | yes¹ | Service-account Client Secret used to obtain an access token. |
| `tsg_id` | yes² | Tenant Service Group ID. Used to derive the OAuth scope as `tsg_id:<TSG_ID>`. |
| `tsg_id` | yes² | Tenant Service Group ID. Used to derive the OAuth scope as `tsg_id:<TSG_ID>`. Can be any TSG the service account is authorized for, including a sub-TSG — not just the TSG it was originally created under. |
| `scope` | yes² | OAuth scope (e.g. `tsg_id:<TSG_ID>`). Takes precedence over `tsg_id` when supplied. |
| `access_token` | no¹ | A pre-issued OAuth access token. When supplied, `client_id`/`client_secret` become optional (but are still used to refresh the token if present). |
| `token_url` | no | OAuth token endpoint. Defaults to the Palo Alto production endpoint (see below); override it for non-production environments. |
Expand Down