How to verify Microsoft Teams token via Microsoft JWK
We're trying to embed PEGA applications into Microsoft Teams. To enable SSO, we have obtained token from Teams, and now trying to verify the token via Microsoft JWK (according to https://learn.microsoft.com/en-us/entra/identity-platform/access-tokens).
It seems PEGA key store (type as Reference to URL) can dynamic load JWK from Microsoft key endpoint.
But how can we verify the token by a PEGA keystore?
Thanks.