Bobby Rullo
304d6f61e7
Documentation: dex roadmap
10 years ago
Brian Waldon
cb6a418226
docs: fix invocation of docker in dev guide
10 years ago
Eric Chiang
3415a79e22
Documentation: add docs for github and bitbucket connectors
10 years ago
Mike Kobit
31b8e95878
Documentation: update dev-guide.md and examples/README.md
...
- Be more explicit with exact instructions to startup
- Change some of the commands that were using local directory with "./" when
the executable was in a lower directory. These
commands (like "./bin/dex-worker") did not work on ZSH or Bash, so I
removed the leading "./"
- Add some syntax highlighting markdown to code sections
10 years ago
Eric Chiang
cc36362f1b
documentation: clarify db permissions in getting started doc
...
In the 'getting started' doc create a user and database for dex to
clarify that the user needs permissions to create databases, but
dex does not.
closes #127
10 years ago
Eric Chiang
1c0a0cd45d
*: trim newlines from base64 command for Linux compatibility
...
base64 wraps lines on Linux after 76 characters. Use tr to trim
the newlines in a portable way.
10 years ago
bobbyrullo
ec43894bbb
Update getting-started.md
11 years ago
Bobby Rullo
5f42f5a4b4
Documentation: document connectors format.
11 years ago
Bobby Rullo
2cc8dc2b36
Documentation: turn on registration in examples
...
fixes #169
11 years ago
Brandon Philips
714710719b
Documentation: getting-started md cleanups
...
Markdown needs a newline between a paragraph and a code block for most
renderers. Fix this.
11 years ago
Bobby Rullo
5e859dad5c
Documentation, contrib: Update docs with admin key
11 years ago
Chris Swan
6589b2ecdd
Documentation: clearer guidance on creating OAuth 2 client ID
...
Provides a more accurate walk through of the screens and menus of the Google
Developers Console encountered whilst creating a client ID.
Fixes #125
Signed-off-by: Chris Swan <@cpswan>
11 years ago
Chance Zibolski
d154cad3f6
Documentation: Add how to setup email configuration
11 years ago
Chris Swan
b773770218
Documentation: no need to create a new Google project
...
A new API key can be generated in an existing Google project
Fixes #123
Signed-off-by: Chris Swan <@cpswan>
11 years ago
Bobby Rullo
bfe6cd2817
Documentation: remove outdated TLS info
11 years ago
Yifan Gu
fb72e6074a
Documentation: Update the notes on 'offline access'.
11 years ago
Bobby Rullo
1dd0d13ee0
Documentation: mv security_guide.md tls-setup.md
11 years ago
Yifan Gu
783fa364f6
Documentation: add serity_guide.md to show how to establish TLS.
...
Also add example tls-setup configs that can be used to generate
TLS CA, server certs, key files using 'cfssl'.
11 years ago
Bobby Rullo
6d0e7e268e
Documentation: add notes on OIDC
11 years ago
Bobby Rullo
5ecad3470b
Documentation: bring dev-guide up to date.
11 years ago
Bobby Rullo
3bbafaf3fe
README.md/Documentation: Get Docs up-to-date.
...
* Fix up README
* Create getting started guide.
* Start dev guide
* Start deploy guide
11 years ago
Bobby Rullo
66fe201c24
*: move original project to dex
11 years ago