mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
small updates to Okta doc (#2623)
This commit is contained in:
parent
4b88613477
commit
6977709f6b
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue