Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.
  • Adeptia Connect primarily supports three types of AuthenticationNative, 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 use LDAP authentication for internal users, and a SAML SSO for the external users.
  • In multi-mode authentication, a combination of LDAP and SAML are is supported. Native authentication is not supported in multi-mode.
    • In While using a multi-mode , while using authentication with 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
Image RemovedImage Removed

...

SAML SSO
Image AddedImage Added

Authentication Flows


LDAP Authentication FlowSAML SSO Authentication Flow
Image AddedImage Added

SAML SSO 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"?>

...

  </mapping>
</SAMLConfiguration>

 

...