I am trying to learn tab SSO. When Microsoft teams fetch token from AAD and pass it to tab, I want to send that token to my application server using ajax and decode it at server end.
I can see client side token successfully decoded by manually copy pasting in jwt.ms
Is there any python code that can be used to do the same done by jwt.ms? I tried this but getting the following error:
jwt.exceptions.InvalidAudienceError: Invalid audience