Hacker News new | ask | show | jobs
by kache_ 1582 days ago
The biggest competitor in this space: build your own

Hard to develop a SaaS service when the integration needs to have such close locality to your customers' systems.

1 comments

Hi, this is Omri, co-founder of Aserto.

Your comment is spot on - that's exactly what we've found. Authorization needs to be deployed right next to the application - no one is going to take a dependency on a SaaS developer API that is "the internet away", when authorization is in the critical path of every application request. That's why Aserto is packaged as a sidecar that you deploy right next to your application. The sidecar synchronizes state with the control plane, so authorization decisions are made with data that is locally cached.

It's also the case that authorization has to be done in the context of users that come from an identity provider. Aserto automatically syncs users from identity providers / directories (Okta, Auth0, etc).