# Configure Economy client in DocCheck Access

... the following steps are required in DocCheck Access:

  1. Configure the login client

    • Go to DocCheck AccessLogin Client“Configure”
    • Add your privacy policy URL
    • Optionally provide additional information for the consent form (available in multiple languages)
    • Define which scopes (user data) should be requested as mandatory fields
  2. Extend the Button Configurator

    • Select the desired button size (Small, Medium, or Large) and the button language
    • Choose the scopes that should be requested (e.g., UniqueID, professional group, country & user language)
    • Optional: You can define all parameters that need to be passed through the login in the “Status” field. They are transported through the login process via the state parameter.
  3. Share data

    • Use the “Share Data” button to securely provide your Login Client ID, secret, and code to your development team
  4. Update the button code

  5. OAuth2 adjustments

    • Update endpoints, Login Client ID, and Login Client Secret in your OAuth2 integration. Details: OAuth2 adjustments

Next, replace the implementation, OAuth2 endpoints, and routing logic in your own application. See Changes in your system.

ON THIS PAGE