- 24 May, 2016 3 commits
-
-
Evan Cordell authored
Adds client manager
-
Evan Cordell authored
-
bobbyrullo authored
examples: add sample for clients
-
- 19 May, 2016 4 commits
-
-
Evan Cordell authored
adds a client manager to handle business logic, leaving the repo for basic crud operations. Also adds client to the test script
-
Evan Cordell authored
-
Pavel Strashkin authored
Adds consistency to existing samples for users, connectors, etc., as well as protects users from accidental changes to files under Git, which is why there are samples after all.
-
Ed Rooth authored
Documentation: use "cp" instead of "mv" to keep git state untouched
-
- 18 May, 2016 1 commit
-
-
Pavel Strashkin authored
-
- 17 May, 2016 2 commits
-
-
bobbyrullo authored
Revert "Fix response_type missing param"
-
Bobby Rullo authored
This reverts commit 821b242c.
-
- 10 May, 2016 1 commit
-
-
Ed Rooth authored
add links to issues in roadmap
-
- 06 May, 2016 6 commits
-
-
Eric Chiang authored
*: fix build script to work outside of GOPATH
-
Eric Chiang authored
Closes #439
-
bobbyrullo authored
examples/app: Show refresh token as well
-
bobbyrullo authored
* Create a proposal template. Also update CONTRIBUTING.md to mention use of proposals
-
Bobby Rullo authored
-
Christoph Hartmann authored
This allows users to easily browse through the tickets mentioned in dex roadmap Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
-
- 04 May, 2016 5 commits
-
-
Eric Chiang authored
use go 1.6.2 for docker go build
-
Christoph Hartmann authored
-
Christoph Hartmann authored
-
Eric Chiang authored
allow local image building without pushing
-
Christoph Hartmann authored
-
- 26 Apr, 2016 2 commits
-
-
Eric Chiang authored
vendor: update go-oidc to fix parsing panic
-
Eric Chiang authored
-
- 25 Apr, 2016 2 commits
-
-
bobbyrullo authored
fix/git-version: Update git-version to use valid docker tag if dirty
-
bobbyrullo authored
contrib/k8s: YAML brevity via references, minimum resource requests
-
- 22 Apr, 2016 1 commit
-
-
Andrew Stuart authored
-
- 21 Apr, 2016 1 commit
-
-
Andrew Stuart authored
- Add resources for deployments - Add readiness probe for master - Use YAML references for easier maintenance/readability
-
- 20 Apr, 2016 12 commits
-
-
Eric Chiang authored
K8S dex-overlord.yaml ordering fix
-
mgreg authored
-
bobbyrullo authored
Use Client defined in dex instead of go-oidc for storing clients
-
Bobby Rullo authored
-
Bobby Rullo authored
* TestCreateClient was missing test coverage on error cases * Fixed bug where 500s were being reported for bad requests * changed function signature of NewAdminAPI back to old way of passing in lots of repos: passing in a DbMap made it difficult to test * added swappable ID and Secret generators when creating Clients
-
Bobby Rullo authored
-
Bobby Rullo authored
It's never used by downstream code, and besides, it's not really the secret but a Hash of the secret.
-
Bobby Rullo authored
Also require client ID and secret.
-
Bobby Rullo authored
Get rid of all outdated "ClientIdentity" terminology.
-
Bobby Rullo authored
This is instead of oidc.ClientIdentity. This makes it easier to add new fields custom to dex to the client.
-
Eric Chiang authored
Update examples/README.md
-
gmgreg authored
Fix command line for example-cli
-