5. Add LDAP Support¶

(Optional, but recommended)

Warning

This page explains how to add LDAP support to Dex in Open OnDemand. For a more robust authentication solution, see Authentication.

  1. Add LDAP configurations to to Dex, refer to Configuring OnDemand Dex for LDAP.

  2. Build/install the updated Apache configuration file as well as updated Dex configuration:

    sudo /opt/ood/ood-portal-generator/sbin/update_ood_portal
    
  3. Restart the Apache server to have the changes take effect:

    sudo systemctl restart httpd24-httpd.service httpd24-htcacheclean.service
    sudo systemctl restart ondemand-dex.service
    

Open your browser and access the portal. You should now be able to authenticate with your LDAP username and password.

The theme for Dex can be customized to be site-specific, see Customize Dex Theme.