Skip authorization consent for auth0 database connection

Is there a way to skip the authorization consent screen for a certain auth0 database connection?

The scenario:
We have customers logging in through external identity providers using an enterprise connection, for them the consent screen to share their name and email is good.
Other customers can not provide their own identity provider and we therefore manage users through an auth0 managed database connection. For them we do not want to show the consent screen since from their view, “we” manage the users there is not sharing of usernames and passwords needed.

Can the authorization consent screen e.g. be dynamically be disabled through an action?

Hey there @falko welcome to the community, and apologies for the delayed response!

Unfortunately, this cannot be done through an Action - Consent can only be skipped as described in the following doc:

https://auth0.com/docs/get-started/applications/confidential-and-public-applications/user-consent-and-third-party-applications#skip-consent-for-first-party-applications

1 Like

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