2016-08-09 12:40:01 -07:00
# dex - A federated OpenID Connect provider
2016-12-07 10:22:04 -08:00
[](https://travis-ci.org/coreos/dex)
2016-11-08 11:51:59 -08:00
[](https://godoc.org/github.com/coreos/dex)
2016-12-13 12:24:27 -08:00
[](https://goreportcard.com/report/github.com/coreos/dex)
2016-08-10 22:26:36 -07:00
2016-11-08 11:51:59 -08:00

2016-08-10 22:26:36 -07:00
2016-12-06 18:44:50 -08:00
Dex is an OpenID Connect server that connects to other identity providers. Clients use a standards-based OAuth2 flow to login users, while the actual authentication is performed by established user management systems such as Google, GitHub, FreeIPA, etc.
2016-08-09 12:40:01 -07:00
2016-11-08 11:51:59 -08:00
[OpenID Connect][openid-connect] is a flavor of OAuth that builds on top of OAuth2 using the JOSE standards. This allows dex to provide:
* Short-lived, signed tokens with standard fields (such as email) issued on behalf of users.
* "well-known" discovery of OAuth2 endpoints.
2016-08-09 12:40:01 -07:00
* OAuth2 mechanisms such as refresh tokens and revocation for long term access.
* Automatic signing key rotation.
2016-11-08 11:51:59 -08:00
Standards-based token responses allows applications to interact with any OpenID Connect server instead of writing backend specific "access_token" dances. Systems that can already consume ID Tokens issued by dex include:
2016-08-10 22:48:58 -07:00
2016-11-08 11:51:59 -08:00
* [Kubernetes][kubernetes]
2016-11-18 17:07:10 -08:00
* [AWS STS][aws-sts]
2016-08-10 22:48:58 -07:00
2016-12-06 18:44:50 -08:00
## Kubernetes + dex
Dex's main production use is as an auth-N addon in CoreOS's enterprise Kubernetes solution, [Tectonic][tectonic]. Dex runs natively on top of any Kubernetes cluster using Third Party Resources and can drive API server authentication through the OpenID Connect plugin. Clients, such as the [Tectonic Console][tectonic-console] and `kubectl` , can act on behalf users who can login to the cluster through any identity provider dex supports.
More docs for running dex as a Kubernetes authenticator can be found [here ](Documentation/kubernetes.md ).
2016-11-08 11:51:59 -08:00
## Documentation
2016-08-10 22:48:58 -07:00
2016-11-08 11:51:59 -08:00
* [Getting started ](Documentation/getting-started.md )
2016-11-08 15:28:18 -08:00
* [What's new in v2 ](Documentation/v2.md )
2016-11-08 11:51:59 -08:00
* [Storage options ](Documentation/storage.md )
* [Intro to OpenID Connect ](Documentation/openid-connect.md )
* [gRPC API ](Documentation/api.md )
2016-12-06 18:44:50 -08:00
* [Using Kubernetes with dex ](Documentation/kubernetes.md )
2016-11-18 17:07:10 -08:00
* Identity provider logins
* [LDAP ](Documentation/ldap-connector.md )
2016-11-21 16:41:06 -08:00
* [GitHub ](Documentation/github-connector.md )
2016-12-20 17:24:32 -08:00
* [SAML 2.0 (experimental) ](Documentation/saml-connector.md )
2016-11-18 17:07:10 -08:00
* Client libraries
* [Go][go-oidc]
2016-08-10 22:48:58 -07:00
2016-11-08 15:28:18 -08:00
## Getting help
* For bugs and feature requests (including documentation!), file an [issue][issues].
* For general discussion about both using and developing dex, join the [dex-dev][dex-dev] mailing list.
* For more details on dex development plans, check out the GitHub [milestones][milestones].
2016-11-08 11:51:59 -08:00
[openid-connect]: https://openid.net/connect/
[kubernetes]: http://kubernetes.io/docs/admin/authentication/#openid -connect-tokens
2016-11-18 17:07:10 -08:00
[aws-sts]: https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html
2016-12-06 18:44:50 -08:00
[tectonic]: https://tectonic.com/
[tectonic-console]: https://tectonic.com/enterprise/docs/latest/usage/index.html#tectonic -console
2016-11-18 17:07:10 -08:00
[go-oidc]: https://github.com/coreos/go-oidc
2016-11-09 09:03:14 +01:00
[issues]: https://github.com/coreos/dex/issues
[dex-dev]: https://groups.google.com/forum/#!forum/dex-dev
2016-11-08 15:28:18 -08:00
[milestones]: https://github.com/coreos/dex/milestones