Connecting Shibboleth based SP to Azure-Entra as IDP

Paul B. Henson henson at acm.org
Sat Feb 1 02:14:54 UTC 2025


On 1/31/2025 6:06 PM, Bhagwat, Shrikant wrote:
> It is PEM format . Self Signed cert from Azure
> 
> [root at iamweb-ap-ds2a shibboleth]# openssl x509 -in POC-AZ-IDP-SigningCert.pem -text

You're showing the output from openssl on "POC-AZ-IDP-SigningCert.pem" 
but your error message refers to:

	/etc/shibboleth/POC-AZ-IDP-SigningCert.cer

which is what's in your config:

	<CredentialResolver type="File" certificate="POC-AZ-IDP-SigningCert.cer"/>

Maybe your config should be pointing to the pem and not the cer? What 
does openssl have to say about the cer file?




More information about the users mailing list