cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to get the metadata for service provider while implementing SSO Functioinality

Former Member
0 Likes
732

Hi Experts,

When I enter "https://localhost:9002/samlsinglesignon/saml/metadata" in the browser to get the metadata.xml from the Service Provider it gets redirected to https://localhost:9002/login.jsp

404 - Page does not exist We’are sorry, but this page does not exist.

Regards,

Naresh

Accepted Solutions (0)

Answers (2)

Answers (2)

david_levy1
Explorer
0 Likes

I had the same issue and problem was the samlsinglesignon and customsso extensions were not declared in localextensions.xml Once both were added, I could download metadata.xml

  <extension name="samlsinglesignon" />
  <extension name="customsamlextension" />
former_member473180
Participant
0 Likes

check if the extension actually loaded

Former Member
0 Likes

extension is loaded and metadata.xml file generated in Service Provider. .JKS file also added to security in "samlsignlesignon" extension. but it still redirecting to HAC