Reputation: 399
In my project, IDP team did not provide any metadata file. How should I configure IDP metadata in my SP, which is based on Spring-SAML?
Upvotes: 1
Views: 159
Reputation: 15533
Spring SAML requires IDP metadata to operate. But you can of course simply create the metadata document by hand. It's an easy task to do - see some example (like the one in SSO Circle) and update it with your own certificate and endpoints.
Upvotes: 3