Integratingfactor / integratingfactor.github.io

Developer documentation for Integratingfactor.com
0 stars 0 forks source link

Update Tenant API Documentation #6

Closed gnulib closed 8 years ago

gnulib commented 8 years ago
gnulib commented 8 years ago

Will also need to make corresponding API implementation chages at the IDP service.

gnulib commented 8 years ago

Changing name from tenant to project makes it confusing to explain the roles, since roles for a user make more sense in context of tenant instead of project (although project can also have roles, but typically they are for developers, not end users).

Since we want roles assigned to end users, it makes more sense to use tenants. so will not rename API to tenant. instead will document a project as consisting of tenant/org, and apps.

So a "project" becomes more of a development portal construct, and from IDP point of view this has no meaning. IDP only knows tenants.

We still need to implement the quota throttling in tenant API access control

gnulib commented 8 years ago

API documentation updated. Fixes #6