...
- HTTP message handler that intercepts outgoing requests
- Location:
Source/EGU.PartnerPortal.ApiService/Middleware/Handler/ServiceTokenHandler.cs - Automatically gets tokens from Azure ADEntra ID
- Attaches tokens to requests going to IntegrationServiceAPI
3. Microsoft Entra ID (Azure AD Tenant)
...
- IntegrationServiceAPI
- JWT Authentication Middleware
- Azure AD Entra ID public keys (cached locally, refreshed every 30 minutes)
...