1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

[Web] manage keycloak identity provider

This commit is contained in:
FreddleSpl0it
2023-03-12 19:08:09 +01:00
committed by DerLinkman
parent 6adad79e5c
commit f6869da3a0
7 changed files with 167 additions and 0 deletions

View File

@@ -1710,6 +1710,8 @@ if (isset($_GET['query'])) {
if ($score)
$score = array("score" => preg_replace("/\s+/", "", $score));
process_get_return($score);
case "identity_provider":
process_get_return(identity_provider('get'));
break;
break;
// return no route found if no case is matched
@@ -2082,6 +2084,8 @@ if (isset($_GET['query'])) {
break;
case "cors":
process_edit_return(cors('edit', $attr));
case "identity_provider":
process_edit_return(identity_provider('edit', $attr));
break;
// return no route found if no case is matched
default: