Documentation: add a doc describing how to use dex

This commit is contained in:
Eric Chiang
2017-04-20 16:48:09 -07:00
parent a12d2f85a8
commit a4cb57ab5d
4 changed files with 192 additions and 0 deletions

View File

@@ -40,8 +40,11 @@ Login to dex through the example app using the following steps.
## Further reading
Dex is generally used as a building block to drive authentication for other apps. See [_"Writing apps that use dex"_][using-dex] for an overview of instrumenting apps to work with dex.
Check out the Documentation directory for further reading on setting up different storages, interacting with the dex API, intros for OpenID Connect, and logging in through other identity providers such as Google, GitHub, or LDAP.
[go-setup]: https://golang.org/doc/install
[example-config]: ../examples/config-dev.yaml
[oidc-discovery]: https://openid.net/specs/openid-connect-discovery-1_0-17.html#ProviderMetadata
[using-dex]: using-dex.md