{ "id": "myrealm", "realm": "myrealm", "enabled": true, "users": [ { "username": "user", "enabled": true, "credentials": [ { "type": "password", "value": "password" } ], "realmRoles": ["admin"] } ], "clients": [ { "clientId": "cv-app", "enabled": true, "clientAuthenticatorType": "client-secret", "secret": "urBMT3daJQQvPc05RvePnOlaK6MdQdSJ", "redirectUris": [ "http://localhost:3000/admin/callback" ], "webOrigins": [ "http://localhost:3000" ], "publicClient": false, "standardFlowEnabled": true, "directAccessGrantsEnabled": true } ] }