Rules in the authorization process
Based on the order in which they run, rules can change the outcome of the authorization decision prior to the permissions being added to the . The basic process with rules injected is as follows:- The user tries to authenticate with the application.
- Auth0 brings the request to the selected identity provider.
- Once the identity provider confirms that user credentials are valid, all created rules run in the order in which they are configured in the Dashboard.
- Assuming no rule has restricted the user’s access, the user is authorized to access the application.