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!
thank you for sharing... great work.
Thanks for watching!
Useful video, Thank you for sharing.
Awesome work..
Good post
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?
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!
@@learnsmartcoding Thank you so much! By the way, I just wanted to say that the video is really awesome and super helpful