Feature: Allow custom redirect_uri for OIDC

This commit is contained in:
voc0der
2025-01-29 13:10:38 -05:00
parent 79956d6a7b
commit 1437b10252
3 changed files with 9 additions and 2 deletions

View File

@@ -581,6 +581,12 @@ system. See the corresponding
Defaults to 'https'
#### [`PAPERLESS_OIDC_REDIRECT_URI=<string>`](#PAPERLESS_OIDC_REDIRECT_URI) {#PAPERLESS_OIDC_REDIRECT_URI}
: The redirect URI which will be passed to the OAuth callback.
: Defaults to ''.
#### [`PAPERLESS_ACCOUNT_EMAIL_VERIFICATION=<string>`](#PAPERLESS_ACCOUNT_EMAIL_VERIFICATION) {#PAPERLESS_ACCOUNT_EMAIL_VERIFICATION}
: Determines whether email addresses are verified during signup (as performed by Django allauth). See the relevant