Identity: Under Membership, please support Groups/tenants for SAAS apps memberships

Created on 14 Dec 2017  路  1Comment  路  Source: aspnet/Identity

This feature is _incorrectly_ named, its supposed to be Membership-

With so many SaaS apps, adoption of ASP is so far behind, primarily leaving out membership components for groups/tenants (with the turn of a switch/configurable).

image

Many will argue its not membership, however - a group/company similar to users, i.e. it also has access/features/roles/components enabled at the group level for e.g. free/pro/premium or non-profits/commercial etc.

IMHO it is a subset of membership. This has not been properly addressed and been punted for a very long time. Further - this is an aspect/AOA of the systems authorization and security, that's commons to many SaaS apps/developers, impeding the rolls out of SaaS apps. Many are reinventing the wheel.

I really like johns sample on ASP MVC group management

enhancement Features discussion

>All comments

As we've said, ASP.NET identity is not aimed at multi-tenancy. It's identity, because that's what it is, it provides a database schema and support for logging in with either a local or federated identity. There's nothing to stop you adding your own groups support, it is, after all, just a bunch of EF models.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PaulRReynolds picture PaulRReynolds  路  4Comments

marcuslindblom picture marcuslindblom  路  6Comments

panchengtao picture panchengtao  路  7Comments

danroth27 picture danroth27  路  4Comments

konraddysput picture konraddysput  路  8Comments