From c1dc22b05e24a80cc01bf4f3b060e00ba6826f47 Mon Sep 17 00:00:00 2001 From: Thomas Fink <53316058+ThomasAFink@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:47:55 +0100 Subject: [PATCH] chore:(ZMS): remove old keycloak files (#670) * chore(zms): Delete zmsadmin/keycloak.json * chore(zms): Delete zmsstatistic/keycloak.json --- zmsadmin/keycloak.json | 20 -------------------- zmsstatistic/keycloak.json | 18 ------------------ 2 files changed, 38 deletions(-) delete mode 100644 zmsadmin/keycloak.json delete mode 100644 zmsstatistic/keycloak.json diff --git a/zmsadmin/keycloak.json b/zmsadmin/keycloak.json deleted file mode 100644 index 5ac347dd4..000000000 --- a/zmsadmin/keycloak.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "realm": "KM55", - "auth-server-url": "https://ssodev.muenchen.de/auth", - "auth-redirect-url": "https://localhost/terminvereinbarung/admin/oidc/?provider=keycloak", - "logout-redirect-url": "https://localhost/terminvereinbarung/admin", - "ssl-required": "external", - "resource": "zms", - "ssoSessionMaxLifespan": 120, - "ssoSessionMaxLifespanRememberMe": 120, - "verify-token-audience": true, - "credentials": { - "secret": "fc349013-ba75-4345-8b21-f48e9cdf6ef8" - }, - "use-resource-role-mappings": true, - "confidential-port": 0, - "clientId": "zms", - "clientName": "ZMS", - "access-role": "Access_ZMS", - "version": "18.2.0" -} \ No newline at end of file diff --git a/zmsstatistic/keycloak.json b/zmsstatistic/keycloak.json deleted file mode 100644 index 08d7e7dcc..000000000 --- a/zmsstatistic/keycloak.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "realm": "KM55", - "auth-server-url": "https://ssodev.muenchen.de/auth", - "auth-redirect-url": "https://localhost/terminvereinbarung/statistic/oidc/?provider=keycloak", - "logout-redirect-url": "https://localhost/terminvereinbarung/statistic", - "ssl-required": "external", - "resource": "zms", - "verify-token-audience": true, - "credentials": { - "secret": "fc349013-ba75-4345-8b21-f48e9cdf6ef8" - }, - "use-resource-role-mappings": true, - "confidential-port": 0, - "clientId": "zms", - "clientName": "ZMS", - "Access_Role": "Access_Zms", - "version": "18.2.0" -} \ No newline at end of file