Docs/batch link fixes (#2621)

* add redirect for installation

* batch of link fixes
This commit is contained in:
Alex Fornuto 2021-09-21 15:44:27 -05:00 committed by GitHub
parent 2a6ad26923
commit 00f2f48f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 13 deletions

View file

@ -97,5 +97,5 @@ IDP_SERVICE_ACCOUNT="REPLACE_ME" # base64 encoded JSON object
[environmental variables]: https://en.wikipedia.org/wiki/Environment_variable
[oauth2]: https://oauth.net/2/
[openid connect]: https://en.wikipedia.org/wiki/OpenID_Connect
[pomerium-install]: /docs/install/
[pomerium-install]: /docs/install/readme.md
[Group ID]: https://developer.okta.com/docs/reference/api/groups/

View file

@ -63,4 +63,4 @@ If you followed all the steps in this doc your Pomerium environment is not using
[tls certificates]: ../topics/certificates.md
[fqdn]: https://en.wikipedia.org/wiki/Fully_qualified_domain_name
[mkcert]: https://github.com/FiloSottile/mkcert
[Self-signed wildcard certificate]: /docs/topics/certificates.md##self-signed-wildcard-certificate
[Self-signed wildcard certificate]: /docs/topics/certificates.md#self-signed-wildcard-certificate

View file

@ -54,7 +54,7 @@ routes:
- **API** is also accessed through it's Pomerium Route, but is only accessible by the **App**, using a [service account](/enterprise/service-accounts.md) to authenticate.
- The **API** service needs to know the user making the request to **App** in order to formulate the correct response.
Both Routes include [`pass_identity_headers`](/reference.md#pass-identity-headers), which provides (at minimum) the `X-Pomerium-Jwt-Assertion` header to the downstream application.
Both Routes include [`pass_identity_headers`](/reference/readme.md#pass-identity-headers), which provides (at minimum) the `X-Pomerium-Jwt-Assertion` header to the downstream application.
When a user makes a request that requires data from the API service, the following happens: