Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

  • Adeptia Connect primarily supports three types of Authentication
    • Native, SAML SSO, and LDAP based Authentication.
  • For SAML SSO, only one IDP can be configured. For example, you cannot have two separate IDP for external (partner) and internal (company) users.
  • It is recommended to have LDAP for internal users and SAML SSO for the external users.
  • In multi-mode authentication, a combination of LDAP and SAML are supported. Native authentication is not supported in multi-mode.
    • In multi-mode, while using LDAP and SAML, LDAP can only be used for the internal users.
  • Multi-Factor Authentication is not supported.
     
Network Diagram with LDAPNetwork Diagram with SSO/SAML

SSO/SAML Authentication Flow

The application will use this mapping to verify user attributes in SAML Response with User attributes in Adeptia. If the value of all the attributes matches, it will allow access :

<?xml version="1.0" encoding="UTF-8"?>
<SAMLConfiguration>
  <mapping>
    <field name="entityName">
       <mapped-attribute>FirstName</mapped-attribute>
    </field>
  </mapping>
  <mapping>
    <field name="email">
      <mapped-attribute>EmailAddress</mapped-attribute>
    </field>
  </mapping>
</SAMLConfiguration>

 

LDAP Authentication FlowSSO/SAML Authentication Flow


  • No labels