Versions Compared

Key

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

...

Tip

SSO integration using SAML requires FlexDeploy to be running using HTTPS.  You must also download the Okta Certificate (from within the Okta Edit SAML Settings).

and import it into the keystore which was created as part of the HTTPS configuration (adjust parameters below as appropriate).

Code Block
/u01/java/jdk1.8.0_281/bin/keytool -import -alias okta -file /var/tmp/okta.cert -keystore /home/oracle/flexdeploy.keystore


...