From a34a08003a6c2b9b0b65da95726e3d94188840ad Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Wed, 6 Jul 2022 09:55:49 +0200 Subject: [PATCH] Add identity configuration - force user to update its password IssueID: OAM-275 Change-Id: Icb34e661478e82bc9c99ca283eea66c0e1fa362b Signed-off-by: demx8as6 --- .../smo/common/identity/authentication.json | 29 ++++++++++++---------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/solution/integration/smo/common/identity/authentication.json b/solution/integration/smo/common/identity/authentication.json index bc4a5bc..0fd6e7d 100644 --- a/solution/integration/smo/common/identity/authentication.json +++ b/solution/integration/smo/common/identity/authentication.json @@ -79,38 +79,41 @@ { "firstName": "Martin", "lastName": "Skorupski", - "email": "martin.skorupski@sdnr.onap.org", + "email": "martin.skorupski@highstreet-technologies.com", "enabled": "true", "username": "martin.skorupski", "credentials": [ { "type": "password", - "value": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U", - "temporary": false + "value": "Default4SDN!", + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] } ], "grants": [ { - "username":"leia.organa", - "role":"administration" + "username": "leia.organa", + "role": "administration" }, { - "username":"r2.d2", - "role":"administration" + "username": "r2.d2", + "role": "administration" }, { - "username":"luke.skywalker", - "role":"provision" + "username": "luke.skywalker", + "role": "provision" }, { - "username":"jargo.fett", - "role":"supervision" + "username": "jargo.fett", + "role": "supervision" }, { - "username":"martin.skorupski", - "role":"administration" + "username": "martin.skorupski", + "role": "administration" } ] } \ No newline at end of file -- 2.16.6