X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fcommon%2Fidentity%2Fauthentication.json;h=0fd6e7d3e339fc9ea1b28baa240ce80ca142fdde;hb=b45f98695dcacc4ed28139b90fd121bf428713e2;hp=bc4a5bc57772d2b43caafb9947211f2825a8c62b;hpb=13a8f4e2f4a6cf0f4ac01260bd6b1c14b62975e3;p=oam.git 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