From 0b4101ccce973847d863e441816f77912def388a Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 24 Nov 2024 18:59:07 +0100 Subject: [PATCH] docs: fix OAuth2 proxy link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1458b50..935500e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ proxy_buffer_size 256k; ## Proxy Services with Pocket ID -As the goal of Pocket ID is to stay simple, we don't have a built-in proxy provider. However, you can use [OAuth2 Proxy](https://oauth2-proxy.github.io/) to add authentication to your services that don't support OIDC. +As the goal of Pocket ID is to stay simple, we don't have a built-in proxy provider. However, you can use [OAuth2 Proxy](https://oauth2-proxy.github.io/oauth2-proxy) to add authentication to your services that don't support OIDC. See the [guide](docs/proxy-services.md) for more information.