pateluday07 / saml-sso-and-slo-demo-idp-azure-sp-springboot

This project is to demonstrate how we can implement Single Sign-On (SSO) and Single Logout (SLO), by taking advantage of these resources: 1. Azure AD (Active Directory) as IDP 2. Springboot as SP 3. SAML (Security Assertion Markup Language) as SSO & SLO METHOD
34 stars 27 forks source link

Signature trust establishment failed for metadata entry #3

Closed elan1984 closed 3 years ago

elan1984 commented 3 years ago

Hi Uday, Thank you for sharing the knowledge and sharing the code. I followed the instruction and i am getting below error.. 2021-07-21 15:32:45.494 ERROR 17584 --- [ main] o.o.s.m.p.SignatureValidationFilter : Signature trust establishment failed for metadata entry https://sts.windows.net/##################/ 2021-07-21 15:32:45.495 ERROR 17584 --- [ main] .s.m.p.AbstractReloadingMetadataProvider : Error filtering metadata from https://login.microsoftonline.com/#########c9a/federationmetadata/2007-06/federationmetadata.xml?appid=#####################

org.opensaml.saml2.metadata.provider.FilterException: Signature trust establishment failed for metadata entry at org.opensaml.saml2.metadata.provider.SignatureValidationFilter.verifySignature(SignatureValidationFilter.java:327) ~[opensaml-2.6.6.jar:?]

I have giver correct service.provider.entity.id:

idp.metedata.url:

In application YAML file

elan1984 commented 3 years ago

It got resolved thanks