Hi,
when validating the signature of a token from e.g. Azure AD the header can contain a nonce value. If that is present the current validation of the token fails. After doing some research i found out that the nonce value has to be removed from the token header and replaced with a SHA256 hashed equivalent.
I modified the JWT_Core extension with the following code
This code snippet then results in a successful validation of the signature.
Would be awesome if you could add it to the component.
Best
Stefan
Hi Stefan! Thanks for your input, we'll include this in our code and testing!
Hi João!
It seems that this is not resolved in the newest version? Therefore it's not possible to validate Entra ID V2.0 tokens.
Is it planned that you include this code in a future release?
Regards Alex
Is there any news regarding the implementation or a date when this will be implemented?
Regards Markus