22 lines
736 B
Markdown
22 lines
736 B
Markdown
---
|
|
title: dex
|
|
---
|
|
|
|
This addon provides dex login for VelaUX.
|
|
|
|
Dex is an identity service that uses [OpenID Connect](https://openid.net/connect/) to drive authentication for other apps.
|
|
Dex acts as a portal to other identity providers through [“connectors.”](https://dexidp.io/docs/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](https://dexidp.io/docs/) for more details.
|
|
|
|
## Install
|
|
|
|
```shell
|
|
$ vela addon enable dex
|
|
```
|
|
|
|
## Uninstall
|
|
|
|
```shell
|
|
$ vela addon uninstall dex
|
|
``` |