by gary__ on 7/2/19, 6:45 PM with 6 comments
-Multitenant support where tenants can be created in an automated fashion
-Allows SSO to be setup back to a tenant's own identity provider (saml2)
-There could be between 2 and 300 users per tenant. I'd be happy to have 3 tenants with 20 users each to begin with.
-No real need for logins to link to multiple tenants
Auth0 is expensive for this relative to where I am at. I'm on the .net core stack where identityserver4 is often used, but some of the (java) based offerings appear to come with more out of the box (for free). In saying that, integration with SAAS of this nature looks to complicate things. So I'd appreciate any advice from HN's experience on the options available.
by quickthrower2 on 7/2/19, 7:40 PM
There is a PR to make it work with .NET core at the moment.
Once you understand the protocol it’s a case of storing some fields relating to the IdP in your database, for each tenant. Redirect to the IdP website and they’ll redirect back to you and post a signed XML doc to daub Joe is authenticated and belongs to these groups.
by mariushn on 7/2/19, 7:26 PM
It has SAML support and I guess one of these packages could be customized to your needs? http://www.passportjs.org/packages/
by dmarlow on 7/3/19, 7:34 PM
by avitzurel on 7/3/19, 6:39 AM
[edit] The right name this time