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

@ -17,7 +17,7 @@ While we do our best to keep our documentation up to date, changes to third-part
## Create OpenID Connect Application ## Create OpenID Connect Application
1. [Log in to your Okta account](https://login.okta.com) From the left-hand menu, Select **Applications → Applications** on the top menu. 1. [Log in to your Okta account](https://login.okta.com) From the left-hand menu, Select **Applications → Applications** on the top menu.
![Okta Applications Dashboard](./img/okta/okta-app-dashboard.png) ![Okta Applications Dashboard](./img/okta/okta-app-dashboard.png)
@ -57,7 +57,7 @@ Next, we'll create API token so that Pomerium can retrieve and establish group m
```json ```json
{ {
"api_key": "XXXXXXXXXX" "api_key": "XXXXXXXXXX"
} }
``` ```
@ -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/