...
Tomcat/webapps-javaee/sso-saml.war
(copy it fromsnapshots/X1/
from the FTP)
Note it’s a new folder. When Tomcat is started the files will be migrated towebapps
folder and thesso-saml
folder will be created there as usual.Tomcat/webapps/conf/sso-saml.yml
. Example:Code Block adpoint-launch-url: /adpoint/pages?jwt= metadata-uri: https://login.microsoftonline.com/aaaabbbb-cccc-dddd-eeee-ffff12345678/federationmetadata/2007-06/federationmetadata.xml?appid=11111111111111111111
Change adpoint-launch-url to whatever customer needs e.g.
/xui?jtw=
for the newest client.Change metadata-uri (Federation Metadata URL) to whatever customer has sent.
Tomcat/webapps/conf/sso-saml2.yml
(only if the 2nd app is being configured; then you also need sso-saml2.war)Tomcat/webapps/conf/serverscripts/groupsandrole.js
...