Add identity configuration 25/8725/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 6 Jul 2022 07:55:49 +0000 (09:55 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 6 Jul 2022 07:55:54 +0000 (09:55 +0200)
- force user to update its password

IssueID: OAM-275
Change-Id: Icb34e661478e82bc9c99ca283eea66c0e1fa362b
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/common/identity/authentication.json

index bc4a5bc..0fd6e7d 100644 (file)
     {
       "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