We are working on SAML-based SSO with Azure AD. WE did all the required setup and able to make the SAMLRequest and able to get SAMLResponse on reply URL. But the response is BASE64 encoded and encrypted.
I am not able to decode the response as it required idpPublicKey, spPublicKey & spPrivateKey. Can someone help how to generate these keys and configure in AZURE AD.