Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Azure Active directory acces token

Copper Contributor

Hi recently discovered that the signed acces token provided by azure ad seems to be incorectly signed !!

I have checked that with one c# library , two node js libraries and even the online jwt debugger https://jwt.io

I took the public key at this url 

https://login.microsoftonline.com/common/discovery/keys

In the past i was able to verify the token signature but now all libraries returns that the azure token has and invalid signature if anybody could help it would be great! 

 

1 Reply

Jerem,

 

Is this still not validating for you?   What public key was your token signed with when you look at the JWT?