How to Enrich Azure AD B2C Token with Custom Claims using API Connector | Call DB to save data

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

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

  • @MaheshPullagura
    @MaheshPullagura 9 หลายเดือนก่อน

    Useful video, Thank you for sharing.

  • @atulonweb1
    @atulonweb1 8 หลายเดือนก่อน +1

    Awesome work..

  • @nageshajab1
    @nageshajab1 4 หลายเดือนก่อน +1

    thank you for sharing... great work.

  • @sergeytimokhin5619
    @sergeytimokhin5619 3 หลายเดือนก่อน

    Do you know why the refresh token isn't working with custom claims? How can I enhance it? Do I need to do anything extra for the refresh token?

    • @learnsmartcoding
      @learnsmartcoding  3 หลายเดือนก่อน

      Hi Sergey, Thanks for watching the video and I hope it helped. the initial token we get when we sign in or singup is based on the new API connector implementation. This is the place where we invoke our azure function that returns our custom claims. if you are experiencing refresh token not having custom claims, it could be due to our function not being invoked, which make sense as no API connector involved.
      You might look for custom claims in refresh token as well, am I right? Please let me know if this is right and I will look for a way to achieve this.
      Hope this helps!

    • @sergeytimokhin5619
      @sergeytimokhin5619 3 หลายเดือนก่อน

      ​@@learnsmartcoding Thank you so much! By the way, I just wanted to say that the video is really awesome and super helpful

  • @jayakumar2927
    @jayakumar2927 11 หลายเดือนก่อน +1

    Good post