PeopleSoft (PeopleTools 8.62 ) to consume an AWS (Lambda) service with Azure AD bearer token
We are currently upgrading to PeopleTools 8.62 and working on an outbound integration where PeopleSoft needs to call an AWS Lambda API, which is protected using Azure AD (Entra ID) OAuth 2.0 bearer token.
Setup:
Azure AD is used as the identity provider
AWS Lambda API expects a Bearer token (Authorization header)
Token is issued via client_credentials grant (app-to-app) from Azure
Requirement:
PeopleSoft (Integration Broker / PeopleCode) should:
Request OAuth token from Azure AD
Use the token to call AWS Lambda REST endpoint
Has anyone successfully implemented PeopleSoft → AWS (Lambda/API Gateway) secured with Azure AD OAuth?
Any guidance, documentation, or examples would be greatly appreciated.