How to integrate Auth0 with AWS API Gateway JWT Authorizer?

Поделиться
HTML-код
  • Опубликовано: 8 сен 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 ruclips.net/channel/UCEEayyyCrJO94FYlzF0NLTg
    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 11 месяцев назад

    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  5 месяцев назад

      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 3 месяца назад

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

    • @securityinaction1018
      @securityinaction1018  3 месяца назад

      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