# Economy
Economy includes all Basic features and adds:
- Scopes with consent (e.g.,
unique_id,profession,country,language) - Mandatory scopes
- OAuth2 access to user data
- Parameter passthrough via
state - Statistics (authorizations)
# Benefits
- Consent form per login client (transparent and configurable)
- Scopes with optional/mandatory flags (fine-grained consent)
- Retrieve user data securely via OAuth2 (after consent)
- Pass parameters through the login via
statefor flexible flows - Extended statistics for login events
# Description
Economy targets website operators who need selected user data in addition to authentication. For each login client, you define scopes (e.g., unique_id, profession, country, language) and configure a consent form. Users see the requested scopes and can consent or decline — except for mandatory scopes. After successful consent, you retrieve the granted data via the user data endpoint.
The consent form requires a privacy policy URL and optionally an additional note. You control and analyze everything in DocCheck Access (opens new window).
# Features
- OAuth2
- Client secret per login client in DocCheck Access (opens new window)
- Endpoints and flow: see OAuth2 service
- Personal (data flow after consent)
- Personal data is only provided after explicit consent; consent form requires a privacy policy URL and can include an additional note
- Scopes (limited, Economy):
unique_id,profession,country,language(select in the button configurator) - Mandatory scopes: cannot be deselected in the consent form; users still consent or decline as a whole
- Retrieval via User data endpoint; return values: Overview
- Deeplinks
- Deeplinks in DocCheck Access (targeting and user flow support)
- Statistics
- Authorizations (logins): success, denied
- (Extended statistics available in Business)
Notes
- Granted data is only retrievable if the user consented and the scope was selected.