Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,116 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
If token encryption is activate in azure active directory then how we can decrypt SAML response at client side ?
We are able to decrypt SAML response if token encryption is deactivate but not able to decrypt while it activate.
Hi @Dinesh Radadiya ,
When enabling token encryption in the Azure AD portal, you would have to provide the public key of the cert. On the application side, you have to use the private key of the same certificate to decrypt it.