Okta to Acquire Auth0 for $6.5B
171–180 of 326 posts
Re: Okta to Acquire Auth0 for $6.5B
#172I hope this gives rise to another, smaller viable party outside of Amazon, Google, and Microsoft. Perhaps I'm jaded, perhaps hopelessly biased - but I can only see this as a net negative. Okta's open source packages receive a pitiful amount of attention (for example: https://github.com/okta/okta-oidc-js/issues?q=is%3Aissue+is%... ) with forks almost becoming a requirement. Auth0 by contrast has been "on the ball" for…
Agreed, I found it hard to write integrations with Okta and ended up using Keycloak and integrating it as an OIDC client. I found Keycloak extremely easy to setup and work with.
Re: Okta to Acquire Auth0 for $6.5B
#173$6,500,000,000.00 for a company providing authentication APIs? Am I the only person left on earth that hasn't lost his mind?
Check out Auth0's pricing page and it might start to make sense to you, they're outrageously expensive
Re: Okta to Acquire Auth0 for $6.5B
#174I hope this gives rise to another, smaller viable party outside of Amazon, Google, and Microsoft. Perhaps I'm jaded, perhaps hopelessly biased - but I can only see this as a net negative. Okta's open source packages receive a pitiful amount of attention (for example: https://github.com/okta/okta-oidc-js/issues?q=is%3Aissue+is%... ) with forks almost becoming a requirement. Auth0 by contrast has been "on the ball" for…
There are already true open source alternatives on the horizon such as https://github.com/ory It is about time for a new generation of identity systems in my opinion. This acquisition shows the risk of centralized, vendor locked-in services.
Re: Okta to Acquire Auth0 for $6.5B
#175Does this rise to the level of antitrust scrutiny? Aren't these like the two biggest SSO providers?
Every major cloud also has an auth/identity product and collectively probably have more total customers at this point.
Re: Okta to Acquire Auth0 for $6.5B
#176I hope this gives rise to another, smaller viable party outside of Amazon, Google, and Microsoft. Perhaps I'm jaded, perhaps hopelessly biased - but I can only see this as a net negative. Okta's open source packages receive a pitiful amount of attention (for example: https://github.com/okta/okta-oidc-js/issues?q=is%3Aissue+is%... ) with forks almost becoming a requirement. Auth0 by contrast has been "on the ball" for…
I did an integration with AWS Cognitio. It can only act as an oauth client, not a server. So it can only let people log in with Google etc, not log in with on other apps
Maybe I'm misunderstanding your use case, so correct me if I got something wrong.
Re: Okta to Acquire Auth0 for $6.5B
#177It's easy enough to use even for internal applications, but we're using it to integrate customer directories with our product.
We're also using it to do SSO for our product. It's much easier than trying to integrate with each of these systems.
Re: Okta to Acquire Auth0 for $6.5B
#178I hope this gives rise to another, smaller viable party outside of Amazon, Google, and Microsoft. Perhaps I'm jaded, perhaps hopelessly biased - but I can only see this as a net negative. Okta's open source packages receive a pitiful amount of attention (for example: https://github.com/okta/okta-oidc-js/issues?q=is%3Aissue+is%... ) with forks almost becoming a requirement. Auth0 by contrast has been "on the ball" for…
We are doing this at WorkOS. :) It's like Stripe for enterprise features, including SSO/SAML, Directory/SCIM, and more. https://workos.com/docs
Compared to Auth0 where you can't really control user sessions or access yourself, WorkOS makes way more sense in terms of not building all the hard auth extensions for SSO and retaining user accounts. It's great so far.
Re: Okta to Acquire Auth0 for $6.5B
#179Earlier quoted context omitted.
They're not really doing the same thing but you're probably correct that most customers are just relying on AD. I can easily imagine MS beefing up their identity offering to be more on par with Okta.
We replaced Okta with Azure AD. AAD had better OIDC and SCIM support along with being _significantly_ less expensive -- plus we had to use it anyways due to M365/Azure, so Okta offered no value.