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:
Cuong Manh Le 2020-08-11 09:05:36 +07:00 committed by GitHub
parent 277e6b56e9
commit 32745250d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -47,7 +47,7 @@ The format of the `idp_service_account` for Okta is a base64-encoded JSON docume
```json
{
"api_token": "..."
"api_key": "..."
}
```