From b35954343468826a067bcc323e4c9351204f4920 Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 14 Jan 2025 11:57:20 +0800 Subject: [PATCH] update next release docs --- next-release.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/next-release.md b/next-release.md index 29c0660..e398b33 100644 --- a/next-release.md +++ b/next-release.md @@ -75,13 +75,24 @@ GoDoxy v0.8.2 expected changes - **Thanks [polds](https://github.com/polds)** Support WebUI authentication via OIDC by setting these environment variables: - - `GODOXY_OIDC_ISSUER_URL` + - `GODOXY_OIDC_ISSUER_URL` e.g.: + - Pocket ID: `https://pocker-id.yourdomain.com` + - Authentik: `https://authentik.yourdomain.com/application/o//` **The ending slash is required** - `GODOXY_OIDC_CLIENT_ID` - `GODOXY_OIDC_CLIENT_SECRET` - `GODOXY_OIDC_REDIRECT_URL` - `GODOXY_OIDC_SCOPES` _(optional)_ - `GODOXY_OIDC_ALLOWED_USERS` +- Use OpenID Connect to authenticate GoDoxy's WebUI and all your services (SSO) + ```yaml + # default + proxy.app.middlewares.oidc: + + # override allowed users + proxy.app.middlewares.oidc.allowed_users: user1, user2 + ``` + - Caddyfile like rules ```yaml