From a572d8d23081aaac4f67d918993994e79c136612 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 8 Aug 2026 12:37:57 +0100 Subject: [PATCH] Add android OIDC callback URL --- docs/self-hosting/authentication.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/authentication.md b/docs/self-hosting/authentication.md index adbd49b..1e6574c 100644 --- a/docs/self-hosting/authentication.md +++ b/docs/self-hosting/authentication.md @@ -49,10 +49,11 @@ page. Apply the override with `docker compose up -d --force-recreate typetype-se ## Redirect URI -Register this callback URL with your provider: +Register these callback URLs with your provider: ```text https:///auth/oidc/callback +dev.typetype.android://oidc/callback ``` Use your real domain (or `http://localhost:8082/auth/oidc/callback` for a local test). @@ -72,7 +73,7 @@ Create a confidential client with: | Pocket ID setting | Value | | --- | --- | -| Callback URL | `https://watch.example.com/auth/oidc/callback` | +| Callback URL | `https://watch.example.com/auth/oidc/callback` `dev.typetype.android://oidc/callback` | | Client launch URL | `https://watch.example.com/` | | Public client | off | | Requires re-authentication | off |