From a2d6bd9e353395b640edb430c193c208b3271e09 Mon Sep 17 00:00:00 2001 From: "dosubot[bot]" <131922026+dosubot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:26:12 +0000 Subject: [PATCH] docs: add OIDC server setup and configuration guide --- src/content/docs/docs/guides/oidc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/guides/oidc.mdx b/src/content/docs/docs/guides/oidc.mdx index aa5b935..7e07748 100644 --- a/src/content/docs/docs/guides/oidc.mdx +++ b/src/content/docs/docs/guides/oidc.mdx @@ -149,7 +149,7 @@ After everything is set up, start Tinyauth and access your application. After yo ![Tinyauth Authorize Screen](/screenshots/oidc/authorize.png) :::note -For local and LDAP accounts, Tinyauth will preserve the OIDC request while logging in. For OAuth logins, you must first log in to Tinyauth in another window or tab and then authorize the application. This will be improved in the future. +Tinyauth will preserve the OIDC request while logging in. Users authenticating via OAuth providers will be automatically redirected to the authorization page after successful authentication. ::: Tinyauth will pass user information from the OIDC or LDAP provider to the application while acting as a proxy. Enjoy!