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`)