Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Before installation

What is needed from the customer to set up SSO on Azure AD platform using SAML protocol?

...

  1. "App Federation Metadata URL" field value

  2. 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/.

...