Identity Federation: For third-party integrations, use identity federation with OAuth?
or OpenID Connect to enable third-party services to authenticate users.
Example: A user logs in through OAuth, receives a JWT token, and then accesses different
microservices (e.g., Order Service, Payment Service) by including the token in HTTP
headers.