mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
docs/docs: fix wrong okta service account field (#1251)
The okta service account token field should be api_key not api_token Fixes #1249
This commit is contained in:
parent
277e6b56e9
commit
32745250d3
2 changed files with 1 additions and 3 deletions
|
@ -47,7 +47,7 @@ The format of the `idp_service_account` for Okta is a base64-encoded JSON docume
|
|||
|
||||
```json
|
||||
{
|
||||
"api_token": "..."
|
||||
"api_key": "..."
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue