How to integrate Auth0 with AWS API Gateway JWT Authorizer?

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024
  • This video explains how to generate a JWT Access Token using Auth0 using AzureAD B2C OAuth 2.0 client_credentials grant and use that token to Authorize API endpoints hosted in AWS API Gateway.
    #aws #amazonwebservices #openid #auth0 #authentication #iam #identity #apigateway #api #security #awsapigateway #jwt #jwtauthorizer

ความคิดเห็น • 17

  • @securityinaction1018
    @securityinaction1018  2 ปีที่แล้ว

    Please subscribe to this channel for regular updates th-cam.com/channels/EEayyyCrJO94FYlzF0NLTg.html
    Thank You for the support.

  • @jaskaran.24
    @jaskaran.24 ปีที่แล้ว +1

    Wonderful, crisp concepts and easy to grasp. Very straightforward. Loved it. Thanks!

  • @jess_tech
    @jess_tech 7 หลายเดือนก่อน

    Thank you so much for this tutorial!! It works like a charm. Subscribed!

  • @morfs_ml_kata
    @morfs_ml_kata 10 หลายเดือนก่อน

    very great job kind sir 😀

  • @user-my9fm2ls2f
    @user-my9fm2ls2f 5 หลายเดือนก่อน

    Nice video please can u do a tutorial on AWS IAM auth and authz for junior level please , i've subscribe to your channel

    • @securityinaction1018
      @securityinaction1018  4 หลายเดือนก่อน

      Thank you for subscribing.
      I will surely consider this and post a step by step video on how to use IAM Auth for APIGW.

  • @SubhashishBanerjee-kp8cw
    @SubhashishBanerjee-kp8cw 2 หลายเดือนก่อน

    Can we integrate Auth0 with AWS API Gateway REST API instead of HTTP API ?

    • @securityinaction1018
      @securityinaction1018  2 หลายเดือนก่อน

      Yes, you can do that. You have to configure a custom lambda authorizer for Auth0. Check out this blog on how to configure a lambda authorizer aws.amazon.com/blogs/compute/introducing-custom-authorizers-in-amazon-api-gateway/
      Please like, subscribe & share!! Thanks in advance.

  • @etc555
    @etc555 ปีที่แล้ว

    Great video! How can you integrate further the Auth0 authentication login so that after a successful authentication you'll get an assigned JWT token?

    • @securityinaction1018
      @securityinaction1018  ปีที่แล้ว +1

      Are you referring to user authentication? If so, it will be almost similar to this one. The only difference is getting the Access Token after user authenticates using OIDC Authorization Code grant flow.

    • @etc555
      @etc555 ปีที่แล้ว

      @@securityinaction1018 It would be awesome if you could make a video!

    • @securityinaction1018
      @securityinaction1018  ปีที่แล้ว

      Sure, I will try to post one.

  • @user-sy7vb8yd5e
    @user-sy7vb8yd5e 10 หลายเดือนก่อน

    Hi How we can configure custom domain auth 0 and for aws api?

    • @securityinaction1018
      @securityinaction1018  10 หลายเดือนก่อน

      I have not tried that. You need a reserved domain to do that. But, it should be straight forward.
      Refer auth0.com/docs/customize/custom-domains and docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html