External API for authentication

Hi Team,
We use Auth0 to authenticate the user - all is good.
Then during the login, we would like to call an external API to verify privileges.
As we have multiple apps we would like to inject this in Auth0 instead of calling this in each app separately.
So, the flow will be:
1)User login with email and password
2)Auth0 authenticates the user and checks an external API with the app name as a parameter
3)Auth0 returns results to the app if the user is can be logged in or not.
Could you point me in the right direction on how to achieve that?
Thank you,
Regards mab

1 Like

Hi Team, if anything is unclear please write. I count on you :slight_smile: .

1 Like