I am trying to work on security architecture for our SaaS application. The good finding was Azure AD B2C which is launched recently. And first comparison was with Auth0.
Is this is correct comparison? What would be advantages of one over another?
We need
- SSO / OAuth 2 few standard components that both provides
- Don't want to manage identity or passwords at our server level!
- Standardized boilerplates of code so all internal App builders can follow and implement (both of them provides good SDKs)
Auth0 launched on-prem version as well. Can functions of Azure B2C be replaced by ADFS?