Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here are the steps to setting up SAML 2.0 SSO with Azure Active DirectoryMicrosoft Entra ID:

Login to portal.azure.com

Go to Azure Active DirectoryMicrosoft Entra ID.

Create a new Enterprise Application.

...

  • FLEXDEPLOY_HOME - Directory on the server where FlexDeploy is installed.

  • KEYSTORE_PASSWORD - The Java key store password that you used when creating the keystore above.

  • PRIVATE_KEY_PASSWORD -The private key password that you used when importing the Azure Certificate, which may be different from the keystore password.

  • METADATA_URL - The App Federation Metadata Url (e.g. https://login.microsoftonline.com/<tenant-id>/federationmetadata/2007-06/federationmetadata.xml?appid=<app-id>).

  • FLEXDEPLOY_HOST - FlexDeploy application host

  • FLEXDEPLOY_PORT - FlexDeploy application port

  • APPLICATION_ID - Azure application/client id Copy from the Azure portal on the Overview Page.

    • Image Added

The Active Directory users or groups of the users (who are trying to login to FlexDeploy), should be associated to the Enterprise Application.

...

Otherwise, users will get the below error while logging in.

...

Example fdsso.config file for Azure Active Directory

Info

Change log

  • FlexDeploy 6.0.0.0 - The values for excludedPathMatcher.excludedPath, and logout.defaultUrl have changed

...