| Hi Ege here - another founder of Permify. - 1. Which integration is your most heavily used right now? Currently, we don't have any official integration. But we're seeing use cases with popular authentication or identity providers to map user identities, roles, groups, etc. - 2. Classic premature optimization question, but how easy is it to scale out Permify? You can horizontally scale Permify Service with positioning Permify instances behind of a load balancer, also we have an internal cache mechanism that follows MVCC (multiple version concurrency control) pattern & Snap tokens to scale in terms of performance. Lastly, we’ll add consistent hashing with Hash Rings (https://itnext.io/introducing-consistent-hashing-9a289769052...), it’s in our roadmap. - 3. Could Permify be used to do something like switch between Auth0 and OneLogin for example? Actually can’t, Permify doesn’t handle authentication or identity management. As I stated in the first question, you can use them only to feed/map Permify with user information (attributes, identities, etc) to provide end-to-end access control structure across your stack. |
> Actually can’t, Permify doesn’t handle authentication or identity management. As I stated in the first question, you can use them only to feed/map Permify with user information (attributes, identities, etc) to provide end-to-end access control structure across your stack.
Ah OK, so regarding this, you could map your information in to Permify but Permify doesn't (yet?) have anything to reflect that information into another provider.
But Permify could help if you want to make rules that work cross-provider?