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

@@ -61,6 +61,7 @@ export type PublicEnv = {
RELEASE: string | undefined;
APP_NAME: string;
ROOT_SHARE_ID?: string;
OIDC_DISABLE_REDIRECT?: boolean;
OIDC_LOGOUT_URI?: string;
analytics: {
service?: IntegrationService | UserCreatableIntegrationService;