My Monday.com app is successfully authenticating users as described in the documentation. The resulting JWT token is passed to a .NET API application in the Authorization HTTP header.
I’m having some trouble to decrypt the JWT token.
When I look at the Monday.com app definition on the tab called ‘Basic Information’, there’s a ‘Signing Secret’ value.
Is that signing secret used to sign the JWT token or not?
Since the JWT token is not containing ‘iss’ (issuer) and ‘aud’ (audience) claims, I need to write some custom C# code to decrypt the JWT token in the .NET API.
Monday OAuth - JWT signing key
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.