From 419e8eced850b567efbe55f273a514ddbe91583a Mon Sep 17 00:00:00 2001 From: Marco Piovanello <35533749+marcopeocchi@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:52:27 +0200 Subject: [PATCH] Updated Authentication methods (markdown) --- Authentication-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Authentication-methods.md b/Authentication-methods.md index 90a33aa..836ca19 100644 --- a/Authentication-methods.md +++ b/Authentication-methods.md @@ -22,7 +22,7 @@ docker exec --rm -d -p 3033:3033 -v :/conf ghcr.io/marcop ## OpenID authentification -To enable this authentication scheme you need an **OpenID authentication provider** (e.g. Google Oauth2), `client_id` and a `client_secret`. +To enable this authentication scheme you need an **OpenID authentication provider** (e.g. Google Oauth2), a **client_id** and a **client_secret**. The requirements can be obtained from your authentication provider, for example, Google make them available here https://console.cloud.google.com/apis/credentials. The **callback URL** is `https://localhost:3033/auth/openid/signin` where `https://localhost:3033` is where yt-dlp-web-ui is exposed, a real-like application would be something served by a reverse-proxy (e.g. `https://yt-dlp-webui.yourdomain.tld/auth/openid/signin`)