From 8ef6ad5c8e4b64cdee9787793ac169f8cfd647e5 Mon Sep 17 00:00:00 2001 From: yu-i-i Date: Fri, 4 Apr 2025 15:24:01 +0200 Subject: [PATCH] Clarify OIDC redirect URI in README.md (closes #28) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03279f1953..245b5b776a 100644 --- a/README.md +++ b/README.md @@ -811,6 +811,8 @@ The values of the following two required variables will be provided by the admin `OVERLEAF_OIDC_IS_ADMIN_FIELD` and its value matches `OVERLEAF_OIDC_IS_ADMIN_FIELD_VALUE`, otherwise `user.isAdmin` is set to `false`. If `OVERLEAF_OIDC_IS_ADMIN_FIELD` is `email` then the value of the attribute `emails[0].value` is used for match checking. +The redirect URL for your OpenID Provider is `https://my-overleaf-instance.com/oidc/login/callback`. +

Sample variables.env file