Updated Authentication methods (markdown)

Marco Piovanello
2024-07-23 18:52:27 +02:00
parent a47f682121
commit 419e8eced8

@@ -22,7 +22,7 @@ docker exec --rm -d -p 3033:3033 -v <your_config_directory>:/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`)