Software Alternatives, Accelerators & Startups

Controlling access in service-to-service communications with Cognito - Part 2

AWS Lambda Amazon Cognito Amazon API Gateway
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Obviously, Bob won't use Postman to get the token and invoke the API. Instead, one application will call the other service, so he will have to implement the same logic in a Lambda function.

    #Cloud Computing #Cloud Hosting #Backend As A Service 249 social mentions

  2. Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. It scales to millions of users and supports sign-in with social identity providers and enterprise identity providers via SAML 2.0.
    Bob has looked for a solution for authorizing requests between the microservices he and his team are developing. He decided to use Amazon Cognito and the client_credentials grant type. This grant is specifically for controlling access in service-to-service communications and follows the OAuth 2.0 standards.

    #Identity Provider #SAML #Identity And Access Management 63 social mentions

  3. Create, publish, maintain, monitor, and secure APIs at any scale
    He will now create a Cognito User Pool authorizer in API Gateway. Bob will then add it to the endpoint he wants to protect, and will define the required permission (scope) for the token validation.

    #API Tools #APIs #Web Service Automation 95 social mentions

Discuss: Controlling access in service-to-service communications with Cognito - Part 2

Log in or Post with