Need to get admin approval step post user creation and successful user login

Need to get admin approval step post user creation and successful user login.
User should only be able to login once id is approved by admin.

Hi @gauravrastogi0099,

Welcome to the Auth0 Community!

You should be able to accomplish this with Login Flow Actions and app_metadata.

For example, create an Action that blocks all users from logging in unless they have admin_approve: true in their app metadata.

Hope this helps!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.