Backchannel logout behavior settings on upstream providers

This commit is contained in:
Quentin Gliech
2025-06-30 16:31:57 +02:00
parent aaf4bf588f
commit db8c557f81
24 changed files with 256 additions and 79 deletions

View File

@@ -0,0 +1,10 @@
-- Copyright 2025 New Vector Ltd.
--
-- SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
-- Please see LICENSE in the repository root for full details.
-- This defines the behavior when receiving a backchannel logout notification
ALTER TABLE "upstream_oauth_providers"
ADD COLUMN "on_backchannel_logout" TEXT
NOT NULL
DEFAULT 'do_nothing';