We have been looking for an OAuth solution in the market and Auth0 perfectly fits the bill. Except a small concern. From what I have seen, it seems like Auth0 stores user profile information as users are authorised. There is a concern over user information not being shared to a third party and we are looking at ways to authorize users without storing user data in Auth0 itself. Is such a thing possible. We will be supporting SAML, OIDC and LDAP on the client side and token based authentication on the server side for services. Is it possible to go ahead with Auth0 and the above authentication protocols without storing any user data on Auth0?
Thanks