Objective:
The document provides a detailed step-by-step guide on configuring SAML-based Single Sign-On (SSO) integration for Adeptia Connect (AC) with Microsoft Azure Identity Provider (IdP). It includes instructions for enabling SAML SSO within Adeptia, generating Adeptia metadata, and configuring the Azure portal for SSO setup.
What to Configure?
Adeptia SAML Configuration:
...
Use the Azure portal to create a custom enterprise application, configure SAML settings, and integrate metadata from Adeptia.
Enter EntityID, login, and logout URLs derived from Adeptia metadata.
Add required users and roles in the Azure Enterprise application.
Share the federation metadata XML file from Azure with the Adeptia infrastructure team for the final setup.
Complete the configuration by enabling SAML SSO in AC4 and testing login.
...
How To Configure?
Adeptia SAML Configuration
...
Once you hit the URL, an Adeptia Metadata XML file will download. This metadata contains EntityID, Login, and Logout URLs.
Then create a SAML Folder under the shared folder and copy the Azure Metadata XML generated by the client into the SAML Folder.
Then search SAML_SSO_IDPS_CONFIGURATION_0_METADATA_LOCATION property in Portal Deployment and configure the client IDP metadata XML location in the below format.
file:///shared/SAML/<<client metadata file>>
Create the users and custom roles that Azure AD has for login into the Adeptia Application by using the admin bypass URL https://<<application domain name>>/?user=admin
...