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

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

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

  • @nageshajab1
    @nageshajab1 3 месяца назад +1

    thank you for sharing... great work.

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

    Useful video, Thank you for sharing.

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

    Awesome work..

  • @jayakumar2927
    @jayakumar2927 10 месяцев назад +1

    Good post

  • @sergeytimokhin5619
    @sergeytimokhin5619 2 месяца назад

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

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

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