small updates to Okta doc (#2623)

This commit is contained in:
Alex Fornuto 2021-09-22 12:37:58 -05:00 committed by GitHub
parent 4b88613477
commit 6977709f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ Finally, configure Pomerium with the identity provider settings retrieved in the
::: tab config.yaml ::: tab config.yaml
```yaml ```yaml
idp_provider: "okta" idp_provider: "okta"
idp_provider-url: "https://awesomecompany.okta.com" idp_provider_url: "https://awesomecompany.okta.com"
idp_client_id: "REPLACE ME" idp_client_id: "REPLACE ME"
idp_client_secret: "REPLACE ME" idp_client_secret: "REPLACE ME"
ipd_service_account: "REPLACE ME" # base64 encoded JSON object ipd_service_account: "REPLACE ME" # base64 encoded JSON object
@ -97,5 +97,5 @@ IDP_SERVICE_ACCOUNT="REPLACE_ME" # base64 encoded JSON object
[environmental variables]: https://en.wikipedia.org/wiki/Environment_variable [environmental variables]: https://en.wikipedia.org/wiki/Environment_variable
[oauth2]: https://oauth.net/2/ [oauth2]: https://oauth.net/2/
[openid connect]: https://en.wikipedia.org/wiki/OpenID_Connect [openid connect]: https://en.wikipedia.org/wiki/OpenID_Connect
[pomerium-install]: /docs/install/readme.md [pomerium-install]: /docs/install/
[Group ID]: https://developer.okta.com/docs/reference/api/groups/ [Group ID]: https://developer.okta.com/docs/reference/api/groups/