I am trying to get the spring-security-saml2-sample.war working and am following the instructions in the docbkx\manual.xml. I am at this point:
<para>Copy content of the Metadata textarea to your clipboard.</para>
<para>Register yourself at www.ssocircle.com</para>
<para>TODO import metadata</para>
Now, I copy the contents of the metadata text area and at SSOCircle, I log in, select Manage Metadata, and then enter my FQDN of localhost (I do not have a FQDN reachable from the internet) and then post the metadata information in the appropriate textbox and submit it. I get an error back saying:
Your data could not be imported
Reason:
Certificate found in Signature or KeyDescriptor under element "EntityDescriptor" is not trusted.
Am I missing a step somewhere? Do I need to upload a certificate used in the signature to SSOCircle using the "My Certificate Enrollment" option in SSOCircle?
I tried using the manual enrollment page and creating a PKCS#10 Certificate Signing Request using the apollo alias in the sample jks, but it didn't like it. It said that "The Subject of the Certificate Signing Request is not valid. It must look like CN=<your ssocircle username>,E=<your username>@ssocircle.com,O=ssocircle,C=DE". I could not see how to create this using the keytool (no option for the E).
What am I not understanding? Is there some documentation somewhere that I am missing that I could use to better understand the process?


Reply With Quote
