Unable to connect via saml sso login to Azure AD

I am using django as backend and I am trying to do saml sso login for Azure AD. I am getting below error for xmlsec. I am using djangosaml2, pysaml2 in django backend for saml auth

error=Error: xmlSecCryptoAppKeyLoadEx failed: file=C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpeq1v1od1.pemError: failed to load public key from "C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpeq1v1od1.pem".Error: keys manager creation failed

tmpeq1v1od1.pem file is created in Temp\2\ folder but when i try to run xmlsec signature verify command manually I am getting same error.

Back to Top