1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-21 22:33:38 +02:00

Merge pull request #2500 from kvanzuijlen/patch-1

docs: Fix broken links in README.md
This commit is contained in:
Joel Speed 2024-02-14 09:04:19 +00:00 committed by GitHub
commit 3170c07318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,9 +43,9 @@ Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-pro
oauth2-proxy-x.y.z.linux-amd64: OK oauth2-proxy-x.y.z.linux-amd64: OK
``` ```
2. [Select a Provider and Register an OAuth Application with a Provider](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider) 2. [Select a Provider and Register an OAuth Application with a Provider](https://oauth2-proxy.github.io/oauth2-proxy/configuration/providers/)
3. [Configure OAuth2 Proxy using config file, command line options, or environment variables](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview) 3. [Configure OAuth2 Proxy using config file, command line options, or environment variables](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview)
4. [Configure SSL or Deploy behind a SSL endpoint](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/tls) (example provided for Nginx) 4. [Configure SSL or Deploy behind a SSL endpoint](https://oauth2-proxy.github.io/oauth2-proxy/configuration/tls) (example provided for Nginx)
## Security ## Security
@ -55,7 +55,7 @@ See [open redirect vulnerability](https://github.com/oauth2-proxy/oauth2-proxy/s
## Docs ## Docs
Read the docs on our [Docs site](https://oauth2-proxy.github.io/oauth2-proxy/docs/). Read the docs on our [Docs site](https://oauth2-proxy.github.io/oauth2-proxy/).
![OAuth2 Proxy Architecture](docs/static/img/architecture.svg) ![OAuth2 Proxy Architecture](docs/static/img/architecture.svg)