You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
When assigning permissions to an app, an optional context (where context is an org) will help teams other than the Owners team become meaningful. Team access rights should be in Lastuser, not in individual apps. Org as context solves for the most common, recurring problem scenario.
These permissions should be assignable by an Org owner, and org owners should not be able to assign permissions like 'siteadmin', so:
Apps should declare a safe list of permissions that can be assigned to teams or users with org context,
Since this data is an app resource, apps should get a new API endpoint for retrieving this data, and
This data should also be supplied in the userinfo on login.
As a consequence, apps that have limited use for the Team model can now lose it.
The text was updated successfully, but these errors were encountered:
When assigning permissions to an app, an optional context (where context is an org) will help teams other than the Owners team become meaningful. Team access rights should be in Lastuser, not in individual apps. Org as context solves for the most common, recurring problem scenario.
These permissions should be assignable by an Org owner, and org owners should not be able to assign permissions like 'siteadmin', so:
As a consequence, apps that have limited use for the Team model can now lose it.
The text was updated successfully, but these errors were encountered: