Last active
February 6, 2019 20:16
-
-
Save JameelB/da0a082cade4c7a19c966bba2869743c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "users": [ | |
{ | |
"username": "jdoe", | |
"enabled": true, | |
"email": "[email protected]", | |
"firstName": "John", | |
"lastName": "Doe", | |
"realmRoles": ["offline_access", "uma_authorization"], | |
"clientRoles": { | |
"account": ["manage-account", "view-profile"] | |
}, | |
"groups": [], | |
"attributes": {}, | |
"credentials": [{ | |
"type" : "password", | |
"value" : "Password1" | |
}] | |
}, | |
{ | |
"username": "msmith", | |
"enabled": true, | |
"email": "[email protected]", | |
"firstName": "Mary", | |
"lastName": "Smith", | |
"realmRoles": ["offline_access", "uma_authorization"], | |
"clientRoles": { | |
"account": ["manage-account", "view-profile"] | |
}, | |
"groups": [], | |
"attributes": {}, | |
"credentials": [{ | |
"type" : "password", | |
"value" : "Password1" | |
}] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment