When a third-party application requests scopes, users see a consent prompt. By default, this prompt uses the scope name to generate text and groups all scopes for a resource, displaying the resource’s actions in a single line. If you require a specialized consent prompt, for example, parental consent, you need to build your own custom consent form. Be aware that laws vary according to country. For example, let’s say you have an Auth0-registered API with the following defined scopes:Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
read:messages: Be able to read your email messageswrite:messages: Write messages
Use scope descriptions to generate consent prompt text
Set your tenant’s use_scope_descriptions_for_consent flag totrue by making the following API call:
Use scope names to generate consent prompt text
Set your tenant’s use_scope_descriptions_for_consent flag tofalse by making the following API call: