...
1.1. Basic SAML Configuration
ADPOINT 7.x
Identifier (Entity ID): https://xyz-test.integration-x.com/sso-saml
Reply URL (Assertion Consumer Service URL): https://xyz-test.integration-x.com/sso-saml
Sign-on URL: https://xyz-test.integration-x.com/sso-saml
ADPOINT X1 and later
Identifier (Entity ID): https://xyz-test.integration-x.com/sso-saml/saml2/service-provider-metadata/azure
Reply URL (Assertion Consumer Service URL): https://xyz-test.integration-x.com/sso-saml
Sign-on URL: https://xyz-test.integration-x.com/sso-saml
Compared to the previous configuration version please note that Identifier (Entity ID) has some suffix added.
...
webapps/sso-saml.war
conf/sso-saml.properties
conf/serverscripts/groupsandrole.js
Tomcat 10 (ADPOINT X1 and later)
webapps-javaee/sso-saml.war
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.conf/sso-saml.yml
:Code Block adpoint-launch-url: /adpoint/pages?jwt= metadata-uri: https://login.microsoftonline.com/b1ed7f93-0530-4af6-9bcf-cfe54f3040d4/federationmetadata/2007-06/federationmetadata.xml?appid=11111111111111111111
The last URL is a Federation Metadata URL received from a customer
conf/serverscripts/groupsandrole.js
...