From 26c37daccc52f7975efd8609cc2886d295c3aceb Mon Sep 17 00:00:00 2001 From: Ajay Pratap Date: Tue, 26 Jul 2022 22:42:32 +0530 Subject: [PATCH] fix: remove mas-sso object --- src/contexts/config/Config.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/contexts/config/Config.ts b/src/contexts/config/Config.ts index 18a140b8..88f8d7ef 100644 --- a/src/contexts/config/Config.ts +++ b/src/contexts/config/Config.ts @@ -38,23 +38,6 @@ export type Config = { rbac: { basePath: string } - /** - * masSSO provides configuration for our integration with MASSSO - */ - masSso: { - /** - * authServerUrl is the URL of the SSO server - */ - authServerUrl: string, - /** - * clientId is the OpenID Connect client ID the UI uses to talk to MASSSO - */ - clientId: string, - /** - * realm is the realm the service uses on MASSSO - */ - realm: string - } /** * kafka provides configuration for our integration with the Kafka instance */