Add ability to prevent OIDC redirect (#6544)

* Add ability to prevent OIDC redirect

* Fix Typing on optional boolean

* Fix lint

* Fix lint

* Rename var from PREVENT to DISABLE

---------

Co-authored-by: Tom Moor <tom@getoutline.com>
This commit is contained in:
Shuttleu
2024-02-16 17:48:40 +00:00
committed by GitHub
parent 2b0a8d1f7c
commit 0219885548
5 changed files with 41 additions and 2 deletions

View File

@@ -81,6 +81,10 @@
"description": "",
"required": false
},
"OIDC_DISABLE_REDIRECT": {
"description": "Prevent the app from automatically redirecting to the OIDC login page",
"required": false
},
"OIDC_LOGOUT_URI": {
"description": "",
"required": false