1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-10 14:31:38 +00:00

[Web] move iam sso functions

This commit is contained in:
FreddleSpl0it
2023-05-16 10:40:52 +02:00
committed by DerLinkman
parent e202d00beb
commit 593e581cf3
4 changed files with 222 additions and 196 deletions

View File

@@ -178,8 +178,8 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/functions.inc.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/functions.auth.inc.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/sessions.inc.php';
// Init Keycloak Provider
$keycloak_provider = identity_provider('init');
// Init Identity Provider
$iam_provider = identity_provider('init');
// IMAP lib
// use Ddeboer\Imap\Server;