oidc: initial logout redirect URI support
This commit is contained in:
@@ -316,5 +316,6 @@ CREATE TABLE IF NOT EXISTS appLinks(
|
||||
CREATE TABLE IF NOT EXISTS oidcClients(
|
||||
id VARCHAR(128) NOT NULL UNIQUE,
|
||||
secret VARCHAR(128) DEFAULT "",
|
||||
redirectUri VARCHAR(256) DEFAULT "",
|
||||
loginRedirectUri VARCHAR(256) DEFAULT "",
|
||||
logoutRedirectUri VARCHAR(256) DEFAULT "",
|
||||
PRIMARY KEY(id));
|
||||
|
||||
Reference in New Issue
Block a user