HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mffap

no profile record

Submissions

[untitled]

1 points·by mffap·5 個月前·0 comments

[untitled]

1 points·by mffap·11 個月前·0 comments

[untitled]

1 points·by mffap·11 個月前·0 comments

[untitled]

1 points·by mffap·12 個月前·0 comments

Zitadel's new login built with TypeScript

github.com
1 points·by mffap·去年·0 comments

Zitadel Supports SCIM

github.com
4 points·by mffap·去年·0 comments

[untitled]

1 points·by mffap·去年·0 comments

[untitled]

1 points·by mffap·2 年前·0 comments

Complete guide to identity federation with Google IDP [video]

youtube.com
2 points·by mffap·2 年前·0 comments

[untitled]

1 points·by mffap·2 年前·0 comments

Transforming Identity and Access Management with Event Sourcing

thenewstack.io
4 points·by mffap·2 年前·1 comments

comments

mffap
·2 年前·discuss
It's probably going to be vendor-specific or you will implement your own auth. At ZITADEL we decided to offer all the standards like OIDC and SAML, and offer a session API for more flexible auth scenarios. You will also be able to mix.
mffap
·2 年前·discuss
Hi HN, we're thrilled to announce that Zitadel just raised $9M in Series A funding! This will help us make Zitadel, our open source identity platform, even better for developers to build secure applications.

Zitadel simplifies user management, authentication, and authorization with built-in multi-tenancy, making it easy to manage users across different customers, departments, or organizations. This way, you can focus on what matters most: creating amazing products. We're also working on exciting new features like user activity monitoring, which will allow you to easily audit user behavior, build custom reports, and enhance security with tools to detect and react to threats.

We believe everyone deserves access to simple and secure identity solutions. Check out Zitadel and let us know what you think!
mffap
·2 年前·discuss
https://github.com/zitadel/zitadel
mffap
·2 年前·discuss
If you prefer an open source, and maybe more mature, alternative for multi tenant/b2b auth then have a look at https://zitadel.com (disclosure: work for zitadel)
mffap
·2 年前·discuss
Hey Adil. We're looking for a Go backend engineer and experience with cloud native architectures. Happy to connect. You can find the job here: https://zitadel.com/jobs
mffap
·2 年前·discuss
Depends on what you need. If you look for SSO or a turnkey solution for auth, then maybe have a look at https://github.com/zitadel/zitadel

Check out the community chat, there are many people having implemented auth for self hosted setups that can share some insights.
mffap
·2 年前·discuss
ZITADEL would be a good choice if you have multiple tenants and want delegate things like access management and configuring auth per tenant in self-service - that part comes out of the box with ZITADEL and could save you quite some development. I wanted to throw that in, because for the authentication part most solutions would match your requirements, but keep also authorization and auditability in mind.

That being said with ZITADEL you can also move between self-hosted and cloud: https://zitadel.com/docs/guides/migrate/sources/zitadel

ps: I'm biased (see bio).
mffap
·2 年前·discuss
Yes that's correct. Get a quote for your use case, if you are already running on higher numbers. Pricing might not fit all cases, that's why there's also an Enterprise tier.
mffap
·2 年前·discuss
All of these features are included. Main drivers for pricing in this case, I assume will be daily active users (sum over the month) and how many third-party identity providers you have configured. Unlimited tenants, users, permissions etc. are included. We use DAU instead of MAU, since there are many different use cases and that seems work quite well. Just take the MAU and multiply by how many times per month your users will sign-in. In the enterprise tier we offer more custom quotes for higher volumes, guarantee requirements, and support SLAs.
mffap
·2 年前·discuss
Have a look at ZITADEL (https://github.com/zitadel/zitadel or https://zitadel.com/), I think that does what you want. You can create multiple tenants (called Organizations) and you can setup security / login rules per organization such as enforcing MFA. Furthermore you can configure on each tenant a separate SSO and users are directly forwarded to their identity provider. When you first enter your username (could be an email) on the login screen, the policies of the user's organization will be applied. That allows you to route users based on their email domain etc. One additional thing to mention is that ZITADEL does not only handle authentication, but also authorization with self-service. Managers of an organization can, for example, assign users of their organization roles.