I'm running the Spring Security SAML Extension sample program and I'm able to generate the Service Provider metadata. However, when I try to import the SP metadata to SSOCircle, I get the following error:
Meta Data Import
Your data could not be imported Reason:
DefaultValidationEventHandler: [FATAL_ERROR]: Unexpected end of element {urn:oasis:names:tc:SAML:2.0:metadata}:Extensions Location: line 4 Entity descriptor "localhost" under realm "/" has invalid syntax.
I tried following the suggestions in this post, but when I turn off discovery, it no longer shows the page and SSOCircle is shown and it says: Error occurred Reason: The SAML Request is invalid.
Any ideas on what I'm doing wrong? BTW, I'm using the 1.0.0.RELEASE version of the SAML Extension.
Thanks!