SAML with ADFS

Certified Lead Developer

Can the generated federation metadata file available for download via the Appian Admin Console be made available by an HTTPS url? If yes, how?

Thank you in advance.

  Discussion posts and replies are publicly visible

  • Import the public ssl certificate from the server where jboss is hosted using the command(if unix):

    sudo /usr/java/latest/jre/bin/keytool -exportcert -alias hostname -file hostname.cer -storepass changeit -keystore /usr/java/latest/jre/lib/security/cacerts

    and merge that with the ADFS hosted servers java jdk file cacerts. For instance my jdk home in ADFS server is C:\Program Files\Java\jdk1.8.0_92\ then cacerts file is located in C:\Program Files\Java\jdk1.8.0_92\jre\lib\security\cacerts. Merging can be done using the keytool command as follows:

    keytool -import -alias hostname(appian fqdn) -keystore cacerts -file hostname(fqdn).cer

    Also this is two way thing...import the ssl cert from ADFS and import it into appian on the admin console's Certificates section