- Added abra.sh functions for creating clients, groups and roles with the Rauthy API - Documentation and example for Nextcloud integration
19 lines
338 B
JSON
19 lines
338 B
JSON
{
|
|
"name":"bootstrap",
|
|
"exp":null,
|
|
"access":[{
|
|
"group":"Clients",
|
|
"access_rights":["read","create"]
|
|
},{
|
|
"group":"Roles",
|
|
"access_rights":["read","create"]
|
|
},{
|
|
"group": "Groups",
|
|
"access_rights":["read","create"]
|
|
},{
|
|
"group": "Secrets",
|
|
"access_rights":["read"]
|
|
}
|
|
]
|
|
}
|