Authentication
  • 29 Apr 2024
  • Dark
    Light
  • PDF

Authentication

  • Dark
    Light
  • PDF

Article Summary

IAP should be configured to use only one of four different authentication methods.

  • LDAP
  • Azure AD
  • Radius
  • Local AAA (Lab and Development environments)

LDAP

Verify the LDAP user is connected to the LDAP server and that a connection to AD (Active Directory) can be made.

Run ldapsearch to verify the IP address of the LDAP Server, Port Number, Base DN, Username, Domain, Password, and Common Name.

ldapsearch -H ldaps://<IP Address of LDAP Server>:<Port> -b '<Base DN>' -D <UserName>@<Domain> -w '<Password>' cn='<Common Name>' -s sub -x

For more information on LDAP connections and configuration, please see LDAP Adapter.

Azure AD

Verify that Azure AD has been set up ad configured properly. Double-check the Name, Supported Account Types, and Redirect URL.

For more information on Azure AD set up and configuration, please see Azure Adapter.

RADIUS

Verify that RADIUS is configured properly. For more information on RADIUS, please see RADIUS Adapter.

Local AAA

The Local AAA adapter may be used in lab and development environments to locally authenticate users against a MongoDB collection inside the local AAA database.

Make sure your configuration and credentials are correct and that the Local AAA is connected to the database.

For more information on Local AAA, please see Local AAA Adapter.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.