Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.

For the duration of the maintenance period, Collaboration and Group creation features will be temporarily disabled and will return HTTP 503 Service Unavailable errors until further notice.


Last modified by messines on 2021/06/08 17:32

From version 17.2
edited by messines
on 2020/09/15 11:22
Change comment: There is no comment for this version
To version 17.3
edited by messines
on 2020/09/15 11:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -45,7 +45,9 @@
45 45  * **group **(optional)**: **If you request this scope, the future access token generated will authorize your app to identify which units and groups the user belongs to.
46 46  * **team **(optional)**: **This scope is like the group scope lets your app identify the permissions of the user, but by identifying what collabs the user has access to and with what roles.
47 47  * **clb.wiki.read **(optional): access to GET Collab API
48 -* **clb.wiki.write** (optional): access to POST Collab API
48 +* **clb.wiki.write** (optional): access to DELETE/PUT/POST Collab API
49 +* **clb.drive:read **(optional): access to GET Drive API
50 +* **clb.drive:write** (optional): access to DELETE/PUT/POST Drive API
49 49  
50 50  {{info}}
51 51  The group and team scopes are a simple way for your app to grant permissions to its services and resources when you want to grant access to a very few units, groups, or collab teams. For more complex permission management, contact support.