Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Date range max 5 years
  • dateFrom must be ≤ dateTo

...

Configuration

Azure AD Setup

  1. Create App Registration

    • Name: PartnerPortal-External-{CompanyName}
    • Account type: Single tenant
  2. Generate Client Secret

    • Navigate to Certificates & secrets
    • Create new client secret
    • Store securely (never commit to code)
  3. Assign Permissions

    • Add permission: EGU.PartnerPortal.ApiService
    • Select: ExternalSystem.Access
    • Grant admin consent
  4. Company Mapping (API side configuration)

    {
      "ExternalCompanies": {
        "Ravdex": {
          "AppId": "1f018c75-2ea9-4d46-a4f1-a45d2d47d043",
          "CompanyNumber": "SonlincXML3",
          "Name": "Ravdex"
        }
      }
    }