Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then generate the SP identity and metadata. Use your public visible hostname in the Generate command URL parameter.

Generate SAML SP identity and metadata (in Windows fix Java path, and use '\' instead of '/')

Code Block
languagetextthemeDefault
titleListing 2. Generate SAML SP identity and metadata (in Windows fix Java path and use '\' instead of '/')
ubilogin-sso> $JAVA_HOME/bin/java -jar ubilogin/webapps/password/WEB-INF/lib/ubisaml2.jar Generate https://idp.example.com/password/spsso -y -o ubilogin/webapps/password/WEB-INF/saml2/sp
ubilogin-sso> $JAVA_HOME/bin/java -jar ubilogin/webapps/password/WEB-INF/lib/ubisaml2.jar Metadata ubilogin/webapps/password/WEB-INF/saml2/sp -f password.xml

...