- 20 Apr, 2016 2 commits
-
-
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.
-
- 16 Apr, 2016 2 commits
-
-
Bobby Rullo authored
-
Bobby Rullo authored
-
- 15 Apr, 2016 2 commits
-
-
Eric Chiang authored
tests: add HandleTokenFunc test
-
Adrián López Gómez authored
Fixes #408
-
- 13 Apr, 2016 2 commits
-
-
Eric Chiang authored
replace godep with glide
-
Eric Chiang authored
server: add more validation to --no-db static file parsing
-
- 12 Apr, 2016 1 commit
-
-
Eric Chiang authored
db: print better error messages for invalid input
-
- 11 Apr, 2016 2 commits
-
-
Eric Chiang authored
When client secrets are not base64 encoded, print an error message that's not a generic base64 decode error: client secrets must be base64 decodable. See issue #337. Please consider replaceing "secret" with "c2VjcmV0" When a user file is missing a mandatory field print an error message. Unable to build Server: user elroy-foo is missing email field For #400
-
Eric Chiang authored
In #393 the format of the static user file in --no-db mode changed. However, the old format loads without error, which has caused issues for developers with existing user files. Add an explicit check to ensure the file is not using the old format. If they are, print a better error message.
-
- 08 Apr, 2016 4 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Stephan Renatus authored
-
Eric Chiang authored
It's part of the standard tooling and no longer lives in golang.org/x/tools. See https://golang.org/cl/20810
-
- 06 Apr, 2016 9 commits
-
-
Eric Chiang authored
add ability to revoke refresh tokens in user API
-
Eric Chiang authored
remove passwordInfos from local connector
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
In --no-db mode, load passwords from the users file instead of the connectors file. This allows us to remove the password infos field from the local connector and stop loading them during connector registration, a case that was causing panics when using a real database (see #286). Fixes #286 Closes #340
-
- 05 Apr, 2016 5 commits
-
-
Eric Chiang authored
add client registration to the admin API
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 17 Mar, 2016 3 commits
-
-
Eric Chiang authored
Documentation: remove reference to DEX_APP_REDIRECTURL
-
Eric Chiang authored
Fix response_type missing param
-
Rubén Soleto Buenvarón authored
This commit fix problem with response_type param, which is required according to OIDC spec, when it is missing. At now, when connector_id url query param is not set, connector view use response_type that client request instead of default "code". Fixes #370
-
- 14 Mar, 2016 3 commits
-
-
Eric Chiang authored
*: remove build-units script
-
Eric Chiang authored
server: add db heatlh checker to server checkers
-
Eric Chiang authored
move outside dependencies to ./vendor directory
-
- 10 Mar, 2016 1 commit
-
-
Eric Chiang authored
Documentation: update roadmap for 0.4 release cycle
-
- 09 Mar, 2016 4 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
closes #328
-
Eric Chiang authored
-
Eric Chiang authored
-