- 02 Aug, 2019 2 commits
-
-
Michael Venezia authored
-
Stephan Renatus authored
Return HTTP 400 for invalid state parameter
-
- 01 Aug, 2019 1 commit
-
-
Mike O authored
-
- 31 Jul, 2019 4 commits
-
-
Stephan Renatus authored
update all deps
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 30 Jul, 2019 5 commits
-
-
Stephan Renatus authored
server/api: fix logging in VerifyPassword
-
Stephan Renatus authored
Before: msg="api: password check failed : %vcrypto/bcrypt: hashedPassword is not the hash of the given password" After: msg="api: password check failed : crypto/bcrypt: hashedPassword is not the hash of the given password" Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
*: fix some lint issues
-
Stephan Renatus authored
Mostly gathered these using golangci-lint's deadcode and ineffassign linters. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Joel Speed authored
Return config validation errors in one go
-
- 29 Jul, 2019 2 commits
-
-
Nándor István Krácser authored
Doc/storage.md: fix mysql sample query
-
mkontani authored
-
- 28 Jul, 2019 2 commits
-
-
Nándor István Krácser authored
connector/gitlab: implement useLoginAsID as in GitHub connector
-
Nandor Kracser authored
-
- 25 Jul, 2019 4 commits
-
-
Stephan Renatus authored
microsoft: option for group UUIDs instead of name and group whitelist
-
Stephan Renatus authored
add connector_id to example app
-
Maxime Desrosiers authored
-
Stephan Renatus authored
Now, we'll return a standard error, and have the caller act upon this being an instance of authErr. Also changes the storage.AuthRequest return to a pointer, and returns nil in error cases. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 24 Jul, 2019 6 commits
-
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
As a piece of "living documentation" for #1481. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Joel Speed authored
Update ADOPTERS.md
-
Piotr authored
Add Kyma project as an adopter.
-
Stephan Renatus authored
Update Adopters.md
-
Tanmay Mohapatra authored
Adding JuliaBox to the list of production adopters of Dex.
-
- 23 Jul, 2019 11 commits
-
-
Sabith K Soopy authored
- https://github.com/dexidp/dex/pull/1264#discussion_r253264017Signed-off-by: Sabith <sabithksme@gmail.com>
-
Sabith K Soopy authored
-
Stephan Renatus authored
ADOPTERS: replace Documentation/production-users.md, add Chef
-
Stephan Renatus authored
Co-Authored-By: Joel Speed <Joel.speed@hotmail.co.uk>
-
Stephan Renatus authored
MySQL storage - Take 2
-
Stephan Renatus authored
MAINTAINERS: add @bonifaido
-
Nandor Kracser authored
-
Pavel Borzenkov authored
It will be shared by both Postgres and MySQL configs. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Added "connector_id" to skip straight to a connector (similar to when len(connector) is 1.
-
- 22 Jul, 2019 3 commits
-
-
LanceH authored
-
Stephan Renatus authored
Add VerifyPassword to API
-
Tyler Cloke authored
It takes in an email and plain text password to verify. If it fails to find a password stored for email, it returns not_found. If it finds the password hash stored but that hash doesn't match the password passed via the API, it returns verified = false, else it returns verified = true. Co-authored-by: Alban Seurat <alban.seurat@me.com>
-