Skip to main content
Version: v1.4

dex

This addon provides dex login for VelaUX.

Dex is an identity service that uses OpenID Connect to drive authentication for other apps. Dex acts as a portal to other identity providers through “connectors.” This lets Dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to Dex, then Dex handles the protocols for a given backend.

Please refer to Dex website for more details.

Install

$ vela addon enable dex

Uninstall

$ vela addon uninstall dex