How to secure SpringBoot REST APIs using Auth0 OAuth2 scopes?

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • This video explains how to build a SpringBoot application from scratch and secure the APIs using the Auth0 OAuth2 scopes. It uses the OAuth 2.0 client credentials grant to get access token from Auth0 and use that access token to call the SpringBoot APIs.
    #identity #iam #security #sso #oidc #idtoken #spring #springboot #openidconnect #java #javaprogramming #javasecurity #springsecurity #oauth #oauth2 #apisecurity #auth0 #okta #oauth2 #oauth

Комментарии • 16

  • @securityinaction1018
    @securityinaction1018  7 месяцев назад +1

    Please subscribe to this channel for regular updates ruclips.net/channel/UCEEayyyCrJO94FYlzF0NLTg
    Thank You for the support.

  • @TanmaiNiranjan
    @TanmaiNiranjan 5 месяцев назад

    This video was very helpful. Thank you so much!

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

      Glad it was helpful!
      Please like, subscribe & share!! Thanks in advance.

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

    Thank you so much. What a great tutorial!

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

      Thank you!!
      Please like, subscribe & share!! Thanks in advance.

  • @__john663
    @__john663 7 месяцев назад +1

    Can you please post video for getting claims from access token using authorization code flow and also using OncePerRequestFilter

    • @securityinaction1018
      @securityinaction1018  7 месяцев назад +1

      Sure, I will work on that.
      Please subscribe and support this channel. Thanks in advance!!

  • @slwebdev9603
    @slwebdev9603 8 месяцев назад

    Xcellent tutorial. Can you do a end to end social sign in app using React and Node

  • @veeraalluriofficial
    @veeraalluriofficial 5 месяцев назад

    How to do the same using regular web applications?

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

      You can integrate a regular web app with Auth0 using OIDC protocol. Whenever any user logs in using Auth0, the web app will get ID token + Access token. Web app can pass the access token while calling REST APIs.
      You can take a look at this video on how to integrate a Java spring boot web app with Auth0 using OIDC ruclips.net/video/3-k-Fsc7xjM/видео.html
      Please subscribe, like & share to support this channel. Thanks in advance.

  • @__john663
    @__john663 7 месяцев назад

    Post video for using authorization code granttype

    • @securityinaction1018
      @securityinaction1018  7 месяцев назад +1

      Sure. There are already some videos on springboot integration with different Identity providers using authorization code grant type. But, not with Auth0. I will post a video soon.
      Please subscribe and support this channel. Thanks in advance.

    • @__john663
      @__john663 7 месяцев назад +1

      Can you please post video for getting claims from access token using authorization code flow and also using OncePerRequestFilter@@securityinaction1018

  • @saanchit1
    @saanchit1 5 месяцев назад

    Hey can you share your github repo for this ?

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

      If I still have that source code, I will check into GitHub and share the link.