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 7 Next »

  • Adeptia Connect primarily supports three types of Authentication
    • Native Authentication, SAML SSO authentication, and LDAP based Authentication.
  • For SSO/SAML only one IDP can be configured. For example, you cannot have one IDP for External and another one for Internal users.
  • The recommendation is to have LDAP for Internal users and SAML SSO for External Users.
  • In Multi-mode authentication, only LDAP and SAML are supported. Native authentication is not supported in multi-mode.
  • 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