From 4b482b808e85db342302222b3a997567515b1beb Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Thu, 15 Sep 2022 14:17:41 +0200 Subject: [PATCH] Simplify identity configuration - roles section removed from authentication.json IssueID: OAM-299 Change-Id: I34bc28899976ac47c5b58a80c1148ebe30c4cc7c Signed-off-by: demx8as6 --- .../smo/common/identity/authentication.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/solution/integration/smo/common/identity/authentication.json b/solution/integration/smo/common/identity/authentication.json index 0fd6e7d..f16de97 100644 --- a/solution/integration/smo/common/identity/authentication.json +++ b/solution/integration/smo/common/identity/authentication.json @@ -1,24 +1,4 @@ { - "roles": { - "administration": [ - { - "id": "66f90a7a-3766-4f69-989d-c94910e0bad6", - "name": "administration" - } - ], - "provision": [ - { - "id": "7c6d7309-c7c1-4a51-8a85-bd6713af5ca7", - "name": "provision" - } - ], - "supervision": [ - { - "id": "d2594199-99c2-4e0c-9b33-94b0a84b569a", - "name": "supervision" - } - ] - }, "users": [ { "firstName": "Leia", -- 2.16.6