strapi-plugin-sso
Version:
Plug-in for single sign-on with Strapi!
32 lines (31 loc) • 554 B
JSON
{
"info": {
"singularName": "roles",
"pluralName": "sso-roles",
"collectionName": "sso-roles",
"displayName": "sso-role",
"description": ""
},
"options": {
"draftAndPublish": false
},
"pluginOptions": {
"content-manager": {
"visible": false
},
"content-type-builder": {
"visible": false
}
},
"attributes": {
"oauth_type": {
"type": "string",
"configurable": false,
"required": true
},
"roles": {
"type": "json",
"configurable": false
}
}
}