updating Okta reference (#10378)

This commit is contained in:
Kaitlyn Barnard 2018-09-24 19:57:56 -07:00 committed by k8s-ci-robot
parent 71bf38069f
commit 722b88c614
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ Setup instructions for specific systems:
The first option is to use the kubectl `oidc` authenticator, which sets the `id_token` as a bearer token for all requests and refreshes the token once it expires. After you've logged into your provider, use kubectl to add your `id_token`, `refresh_token`, `client_id`, and `client_secret` to configure the plugin.
Providers that don't return an `id_token` as part of their refresh token response (e.g. [Okta](https://developer.okta.com/docs/api/resources/oidc.html#response-parameters-4)) aren't supported by this plugin and should use "Option 2" below.
Providers that don't return an `id_token` as part of their refresh token response aren't supported by this plugin and should use "Option 2" below.
```bash
kubectl config set-credentials USER_NAME \