Versions Compared

Key

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

Uploading Adeptia Connect metadata to IdP server allows IdP server to fetch the details of Service Provider such as server name, metadata information, certificate, encryption, single logout, and much more. 

 

Configure Multiple IDP in Adeptia Connect

To configure multiple IDP in Adeptia Connect, configure SAML SSO using IDP provider (for example, SSO circle). Click here to get more details.

  • Save the multiple idp.xml file and provide any name (for example, idp_1.xml and idp2.xml).

...

  1. Go to …<ConnectPortalInstallFolder>\resources_config\saml location.
  2. Open securityContext.xml file. Add the following property as below:
    Image Removed
    Image Added

    Where,

    • Value is the entityID value from idp.xml file.
    • To get the entityID, go to  …<ConnectPortalInstallFolder>\resources_config\saml location and open the IDP metadata file that you want to set as default.

  3. Restart the Connect Portal.

Configure IDP Initiated SSO

  1. Use Open the browser and type the below URL using IDP initiated SSO and go to below URL (For SSOCircle)(for SSO Circle).

    https://idp.ssocircle.com/sso/idpssoinit?metaAlias=%2Fpublicidp&spEntityID

    Where,
    spEntityID is the name that is specified in the metadata of your service provider.


Enabling multiple SAML IDP Provider in clustered environment

...