*: small README link additions

This commit is contained in:
Eric Chiang 2016-11-18 17:07:10 -08:00
parent 8bf70ace74
commit baa9096b6e

View file

@ -16,7 +16,7 @@ Dex is an OpenID Connect server that allows users to login through upstream iden
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: 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:
* [Kubernetes][kubernetes] * [Kubernetes][kubernetes]
* [Amazon STS][amazon-sts] * [AWS STS][aws-sts]
## Documentation ## Documentation
@ -25,8 +25,10 @@ Standards-based token responses allows applications to interact with any OpenID
* [Storage options](Documentation/storage.md) * [Storage options](Documentation/storage.md)
* [Intro to OpenID Connect](Documentation/openid-connect.md) * [Intro to OpenID Connect](Documentation/openid-connect.md)
* [gRPC API](Documentation/api.md) * [gRPC API](Documentation/api.md)
* Identity provider logins (coming soon!) * Identity provider logins
* Client libraries (coming soon!) * [LDAP](Documentation/ldap-connector.md)
* Client libraries
* [Go][go-oidc]
## Getting help ## Getting help
@ -36,7 +38,8 @@ Standards-based token responses allows applications to interact with any OpenID
[openid-connect]: https://openid.net/connect/ [openid-connect]: https://openid.net/connect/
[kubernetes]: http://kubernetes.io/docs/admin/authentication/#openid-connect-tokens [kubernetes]: http://kubernetes.io/docs/admin/authentication/#openid-connect-tokens
[amazon-sts]: https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html [aws-sts]: https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html
[go-oidc]: https://github.com/coreos/go-oidc
[issues]: https://github.com/coreos/dex/issues [issues]: https://github.com/coreos/dex/issues
[dex-dev]: https://groups.google.com/forum/#!forum/dex-dev [dex-dev]: https://groups.google.com/forum/#!forum/dex-dev
[milestones]: https://github.com/coreos/dex/milestones [milestones]: https://github.com/coreos/dex/milestones