...
The HTTP endpoint is the fully qualified URL address where ServiceProviderServlet is bound. The path of ServiceProviderServlet is /spsso
.
The identity is generated into a file named identity.properties
. This file is located in the /WEB-INF/saml2/sp/identity.properties
path of the web application.
<path_to_ubispservlet>
is the path were the SAML SP servlet package was extracted to.
Code Block | ||
---|---|---|
| ||
cd <webapp_directory>\WEB-INF mkdir saml2\sp java -jar lib\sso-ubisaml2<path_to_ubispservlet>\tools\metadata-generator.jar Generate https://sp.example.com/webapp/spsso -o saml2\sp |
...
Code Block | ||
---|---|---|
| ||
cd <webapp_directory>\WEB-INF java -jar lib\sso-ubisaml2<path_to_ubispservlet>\tools\metadata-generator.jar Metadata saml2\sp -f c:\temp\sp.xml |
...