Coder Social home page Coder Social logo

Comments (2)

brockallen avatar brockallen commented on July 20, 2024

So just brainstorming here... we either add a new column to the user table with this or do it as a extra claim.

If we do it as a new column, then I'd also still like a option somewhere that forces unique usernames across all tenants. Login then gets tricky -- do we ask them for the tenant as well, or do we just check all matching usernames until one password works (ick). But users won't always know the tenant name either and I don't think we want to show the tenant names in a list on the login screen.

As a claim then there's nothing in the core infrastructure that helps with this at all (that could be good or bad).

Any other thoughts?

from brockallen.membershipreboot.

brockallen avatar brockallen commented on July 20, 2024

I added the beginnings of multi-tenant support. I have a new security setting which indicates if you want multi-tenant or not (it defaults to false). All the account related APIs now have overloads that accept the tenant, but all the old APIs still exists and they use a default tenant name.

I guess the real trick is to now think about how the UI wants to surface the mult-tenant aspect of the identity system. I imagine in many apps this wants to be hidden from the user and then the tenant will be inferred or supplied somehow at runtime.

But the core "engine" itself now supports it. The rest is up to the consuming application.

from brockallen.membershipreboot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.