- 25 Aug, 2017 6 commits
-
-
rithu leena john authored
Documentation: fix redirect caveat description
-
Eric Stroczynski authored
The redirect caveat is being removed to avoid user confusion and is not important outside of testing.
-
Eric Stroczynski authored
Documentation: OIDC conformance test setup
-
Eric Stroczynski authored
-
Eric Stroczynski authored
-
rithu leena john authored
storage/static.go: storage backend should not explicitly lower-case email ids.
-
- 24 Aug, 2017 1 commit
-
-
rithu john authored
-
- 22 Aug, 2017 2 commits
-
-
rithu leena john authored
*: add "getting started" example for LDAP
-
Eric Chiang authored
-
- 21 Aug, 2017 4 commits
-
-
Eric Stroczynski authored
server: set sane bcrypt cost upper bound
-
Eric Stroczynski authored
connector/github: fix groups scope check when 'orgs' is populated
-
Eric Stroczynski authored
-
Eric Stroczynski authored
-
- 18 Aug, 2017 3 commits
-
-
rithu leena john authored
When connecting to GitHub Enterprise, force email verified field to true
-
Chien Huey authored
-
Eric Stroczynski authored
We should always check if a user is in any orgs or teams specified in config, and whether the groups scope is also included in client requests. If not, return an error, because dex wouldn't have required permissions to do the request anyway (need read:org).
-
- 17 Aug, 2017 5 commits
-
-
Chien Huey authored
-
Eric Stroczynski authored
connector/github: debug->info logging, informative userInOrg msg
-
Eric Stroczynski authored
-
Eric Stroczynski authored
connector/github: fix username used when making API requests
-
Eric Stroczynski authored
-
- 16 Aug, 2017 2 commits
-
-
Eric Stroczynski authored
Documentation: fixed GitHub link syntax
-
Eric Stroczynski authored
-
- 15 Aug, 2017 2 commits
-
-
Eric Stroczynski authored
connector/gitlab: correct scope strings, better default
-
Eric Stroczynski authored
-
- 11 Aug, 2017 4 commits
-
-
rithu leena john authored
Documentation: github org redirect caveat
-
Eric Stroczynski authored
-
Eric Chiang authored
*: add log events for login, LDAP queries, and SAML responses
-
Eric Chiang authored
-
- 09 Aug, 2017 3 commits
-
-
Eric Stroczynski authored
connector/github: enable private, primary emails
-
Eric Stroczynski authored
Documentation: removed private emails caveats section
-
rithu leena john authored
Log large bcrypt costs, error if password-hash comparison takes > 10s
-
- 08 Aug, 2017 2 commits
-
-
Eric Stroczynski authored
connector/github: multiple orgs, query by teams
-
Eric Stroczynski authored
Documentation: examples of GitHub `orgs` field with multiple orgs and org with teams; note legacy behavior
-
- 07 Aug, 2017 2 commits
-
-
Eric Stroczynski authored
Fix documentation link
-
Luk Burchard authored
-
- 31 Jul, 2017 1 commit
-
-
rithu leena john authored
connector/oidc: fix hosted domain support.
-
- 26 Jul, 2017 1 commit
-
-
Eric Stroczynski authored
The bcrypt hashing algorithm runtime grows exponentially with cost, and might cause a timeout if the cost is too high. Notifying the user of high cost and of long running calculations will help with tuning and debugging.
-
- 25 Jul, 2017 2 commits
-
-
Eric Stroczynski authored
Update deps
-
Eric Stroczynski authored
-