We have two Regular Web Applications registered with Auth0. We’d like a subset of users who can log into App1 to be able to log into App2. What’s the best way to do this?
Both applications use Universal Login.
We have two Regular Web Applications registered with Auth0. We’d like a subset of users who can log into App1 to be able to log into App2. What’s the best way to do this?
Both applications use Universal Login.
Hi @jonathan.buys , welcome to the community!
I’d recommend using roles
or app_metadata
to store which apps each user can access, and then check the values of these for the user authenticating in a Rule to allow or deny access.
Thanks for helping on this one Steve!
Great, thanks! We’ll look into these recommendations.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.