Forum Discussion
KvDaalen
Mar 11, 2025Copper Contributor
MS Teams access token signature is invalid
I am trying to validate an access token from ms teams in my backend application. The validation fails because the siganture of the token is invalid. This is how I obtain the token: export class M...
KvDaalen
Mar 13, 2025Copper Contributor
How do I set up my Teams app registration to use the v2.0 endpoint?
Or is it possible to request the token using the v1 endpoint?