Table of Contents |
---|
...
Before installation
What is needed from the customer to set up SSO on Azure AD platform using SAML protocol?
...
"App Federation Metadata URL" field value
Information about groups and roles
...
Installation
sso-saml.war → webapps-javaee (Tomcat 10, X1) or webapps (Tomcat 8/9, version 7.x)
conf/sso-saml.yml:
adpoint-launch-url: /adpoint/pages?jwt=
metadata-uri: https://login.microsoftonline.com/b1ed7f93-0530-4af6-9bcf-cfe54f3040d4/federationmetadata/2007-06/federationmetadata.xml?appid=11111111111111111111
conf/serverscripts/groupsandrole.js
Setup for Tomcat 10 and X1 version
The sso-saml.war
should be created in a new folder: Tomcat/webapps-javaee/
.
...