# Configure Business 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
    • Extended scope selection:
      • UniqueID (UniqueKey)
      • User’s name
      • Professional group & speciality
      • Email address
      • Address details
      • User’s country & 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

    • Easily share all relevant credentials with your development team using “Share Data”
  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