Files
rauthy/api.key.example.json
Danny Groenewegen 38067eafc2 - Added bootstrapping admin password and API key
- Added abra.sh functions for creating clients, groups and roles with the Rauthy API
- Documentation and example for Nextcloud integration
2026-05-14 16:11:06 +02:00

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"]
}
]
}