mirror of
https://github.com/1f349/themes.git
synced 2024-11-09 22:32:48 +00:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"ServiceName": "Test Service",
|
|
"Auth": {
|
|
"Subject": "user uuid",
|
|
"UserInfo": {
|
|
"name": "Test User"
|
|
}
|
|
},
|
|
"IsAdmin": true,
|
|
"LoginName": "jane@example.com",
|
|
"WantsList": [
|
|
"An example permission",
|
|
"Another perm"
|
|
],
|
|
"AppName": "Marshmallow Sample App",
|
|
"AppDomain": "https://marshmallow.example.com",
|
|
"NewAppSecret": "$$AppSecret$$",
|
|
"NewAppName": "Marshmallow Sample App",
|
|
"EditApp": {
|
|
"Subject": "msa-uuid",
|
|
"Name": "Marshmallow Sample App",
|
|
"Domain": "http://marshmallow.example.com",
|
|
"Perms": "lavender:subject",
|
|
"Public": true,
|
|
"Sso": false,
|
|
"Active": true
|
|
},
|
|
"Apps": [
|
|
{
|
|
"Subject": "msa-uuid",
|
|
"Name": "Marshmallow Sample App",
|
|
"Domain": "http://marshmallow.example.com",
|
|
"Perms": "lavender:subject",
|
|
"Public": true,
|
|
"Sso": false,
|
|
"Active": true,
|
|
"Owner": true
|
|
}
|
|
],
|
|
"EditUser": {
|
|
"Subject": "msu-uuid",
|
|
"Roles": "msu:role",
|
|
"Active": true
|
|
},
|
|
"Users": [
|
|
{
|
|
"Subject": "msu-uuid",
|
|
"Email": "jane@example.com",
|
|
"EmailVerified": true,
|
|
"Roles": "msu:role",
|
|
"LastUpdated": "2024-01-01",
|
|
"Active": true
|
|
}
|
|
],
|
|
"Offset": 0
|
|
}
|