github.com/cs3org/reva/v2@v2.27.7/examples/oidc-mapping-tpc/users.demo.json (about) 1 [ 2 { 3 "id": { 4 "opaque_id": "4c510ada-c86b-4815-8820-42cdf82c3d51", 5 "idp": "http://localhost:20080", 6 "type": 1 7 }, 8 "username": "einstein", 9 "secret": "relativity", 10 "mail": "einstein@example.org", 11 "display_name": "Albert Einstein", 12 "groups": ["sailing-lovers", "violin-haters", "physics-lovers"] 13 }, 14 { 15 "id": { 16 "opaque_id": "f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c", 17 "idp": "http://localhost:20080", 18 "type": 1 19 }, 20 "username": "marie", 21 "secret": "radioactivity", 22 "mail": "marie@example.org", 23 "display_name": "Marie Curie", 24 "groups": ["radium-lovers", "polonium-lovers", "physics-lovers"] 25 }, 26 { 27 "id": { 28 "opaque_id": "932b4540-8d16-481e-8ef4-588e4b6b151c", 29 "idp": "http://localhost:20080", 30 "type": 1 31 }, 32 "username": "richard", 33 "secret": "superfluidity", 34 "mail": "richard@example.org", 35 "display_name": "Richard Feynman", 36 "groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"] 37 }, 38 { 39 "id": { 40 "opaque_id": "0e4d9dc1-8349-49fe-8afc-6b844aec1cf6", 41 "idp": "http://localhost:20080", 42 "type": 7 43 }, 44 "username": "lwaccount", 45 "secret": "lightweight", 46 "mail": "lwaccount@example.org", 47 "display_name": "Lightweight Test Account", 48 "groups": ["guest-users", "weight-loss-club", "physics-lovers"] 49 } 50 ]