Versions Compared

Key

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

...

Four different App registrations are used:

Image RemovedImage Added

...

1. EG Zynergy Partners App

...

Purpose:

  • User authentication via Microsoft Entra External ID (CIAM) - issues user tokens
  • Swagger authentication for ApiService and IntegrationServiceAPI - issues user tokens
  • Frontend Blazor WebAssembly application identity

...

Purpose:

  • Shared service-to-service authentication identity
  • Used by both ApiService and IntegrationServiceAPI for service calls

...

Purpose:

  • ApiService backend API identity
  • Service-to-service authentication when ApiService calls IntegrationServiceAPI
  • Validates incoming tokens from Partner Portal App, IntegrationServiceAPI, and Partner Portal API
  • Backend operations for Graph API, such as inviting users, managing groups etc.

...

Purpose:

  • IntegrationApiService identity
  • Service-to-service authentication when IntegrationApiService calls ApiService
  • Validates incoming tokens from Partner Portal App, ApiService, Partner Portal API, and WCF service static tokens

...

App RegistrationClient IDToken TypePurpose
EG Zynergy Partners API39a142a0-3e9e-4c29-8f22-f17d0fa537d4Partner Portal App84c38b43-12e4-4c26-8292-8910d79aa532User tokensFrontend app & Swagger authentication
Partner Portal EG Zynergy Partners API93bc5b977412b4a0-73e59785-48aa41cb-a6b69b63-703b78284351a61955334f3dService tokensShared service-to-service identity
EG Zynergy Partners ApiService4dad5d62

e85dc5b1-

dc8c

f01b-

4378

45bd-

8bd0

b48d-

ae736a4d73fe

08f50ee2e160

Service tokensApiService backend identity
EG Zynergy Partners IntegrationApiService

ef383bd8-146d-498d-a77b-afe4d730b6fe

IntegrationServiceAPIbd5100ee-af63-4880-8c60-47d4207d60c1

Service tokensIntegrationServiceAPI identity

...