Skip to content
Advertisement

Tag: amazon-cognito

AWS Java SDK for service to service Oauth client credentential flow authentication with Cognito user pool?

Situation: I have java background process service running that needs to access a secured REST API endpoint. The API endpoint an AWS lambda function running behind Amazon API Gateway, using the Serverless framework. It is secured with a Amazon Cognito User Pool Authorizer. I have created an App Client for my Java background service, which is attached to the user

Advertisement