How to decode Azure token for authentication
We've obtained tokens from Microsoft Azure, and we want to use this token for PEGA's authentication.
We have created a Token Credentials authentication service, and accordingly created Identify Maping and Token Processing Profile.
We want to use Microsoft Azure Key Vault Key Store as trust keystore of Token Processing Profile.
But, when calling the Token Credentials authentication service, we got a error says: Supported keystore types are JKS, PKCS12, or JWK.
So, how can we get the keystore for Token Processing Profile?
And is our solution correct to use the token from Microsoft Azure?
Thanks very much.