Clean-up existing docker-compose solutions
[oam.git] / solution / integration / smo / common / identity / authentication.json
1 {
2   "users": [
3     {
4       "firstName": "Leia",
5       "lastName": "Organa",
6       "email": "leia.organa@sdnr.onap.org",
7       "enabled": "true",
8       "username": "leia.organa",
9       "credentials": [
10         {
11           "type": "password",
12           "value": "Default4SDN!",
13           "temporary": false
14         }
15       ]
16     },
17     {
18       "firstName": "R2",
19       "lastName": "D2",
20       "email": "r2.d2@sdnr.onap.org",
21       "enabled": "true",
22       "username": "r2.d2",
23       "credentials": [
24         {
25           "type": "password",
26           "value": "Default4SDN!",
27           "temporary": false
28         }
29       ]
30     },
31     {
32       "firstName": "Luke",
33       "lastName": "Skywalker",
34       "email": "luke.skywalker@sdnr.onap.org",
35       "enabled": "true",
36       "username": "luke.skywalker",
37       "credentials": [
38         {
39           "type": "password",
40           "value": "Default4SDN!",
41           "temporary": false
42         }
43       ]
44     },
45     {
46       "firstName": "Jargo",
47       "lastName": "Fett",
48       "email": "jargo.fett@sdnr.onap.org",
49       "enabled": "true",
50       "username": "jargo.fett",
51       "credentials": [
52         {
53           "type": "password",
54           "value": "Default4SDN!",
55           "temporary": false
56         }
57       ]
58     },
59     {
60       "firstName": "Martin",
61       "lastName": "Skorupski",
62       "email": "martin.skorupski@highstreet-technologies.com",
63       "enabled": "true",
64       "username": "martin.skorupski",
65       "credentials": [
66         {
67           "type": "password",
68           "value": "Default4SDN!",
69           "temporary": true
70         }
71       ],
72       "requiredActions": [
73         "UPDATE_PASSWORD"
74       ]
75     }
76   ],
77   "grants": [
78     {
79       "username": "leia.organa",
80       "role": "administration"
81     },
82     {
83       "username": "r2.d2",
84       "role": "administration"
85     },
86     {
87       "username": "luke.skywalker",
88       "role": "provision"
89     },
90     {
91       "username": "jargo.fett",
92       "role": "supervision"
93     },
94     {
95       "username": "martin.skorupski",
96       "role": "administration"
97     }
98   ]
99 }