Reputation: 11307
I have a Spring SAML app that works with my test IDP server.
It does not work with a 3rd party IDP server I was given metadata for.
The metadata given to me does not include any SingleSignOnService
definitions, and really does not include any endpoint URLs at all.
Is there another way to create an endpoint URL to associate with this metadata file? I looked here and did not see anything that looked promising:
Upvotes: 0
Views: 612
Reputation: 15533
I'm afraid that metadata without SingleSignOnService endpoint cannot be used for SAML 2.0 WebSSO profile. You should contact the IDP team for more guidance.
Upvotes: 1