Eric Chiang
39dc5dcfb7
Merge pull request #1478 from ericchiang/maintainers
...
MAINTAINERS: remove ericchiang@
7 years ago
Eric Chiang
645a441527
MAINTAINERS: remove ericchiang@
...
I haven't had time to contribute to dex recently and it's been over a
year since I've worked on Kubernetes. Going to make this official and
remove myself from the MAINTAINERS list. I'll still be around if you
need to know why any of the code is so crazy :)
7 years ago
Stephan Renatus
8b4dbb9fe7
Merge pull request #1473 from alindeman/add-user-endpoint
...
Add UserInfo endpoint
7 years ago
Andy Lindeman
5b66bf05c8
Fixed shadowed variable declaration
7 years ago
Andy Lindeman
59b6595c37
userinfo_endpoint is required
7 years ago
Andy Lindeman
8959dc4275
ctx is not used
7 years ago
Andy Lindeman
21174c06a1
Remove comment
...
We have a story around user info now
7 years ago
Andy Lindeman
840065faaf
Assert something about the returned userinfo
7 years ago
Andy Lindeman
46f5726d11
Use oidc.Verifier to verify tokens
7 years ago
Andy Lindeman
157c359f3e
Bump go-oidc to latest v2
7 years ago
mdbraber
3dd1bac821
Fix comments
7 years ago
Maarten den Braber
74f4e749b9
Formatting
7 years ago
Maarten den Braber
d7750b1e26
Fix changes
7 years ago
Maarten den Braber
a8d059a237
Add userinfo endpoint
...
Co-authored-by: Yuxing Li <360983+jackielii@users.noreply.github.com>
Co-authored-by: Francisco Santiago <1737357+fjbsantiago@users.noreply.github.com>
7 years ago
Stephan Renatus
d6fad19d95
Merge pull request #1459 from flarno11/master
...
make userName configurable
7 years ago
Stephan Renatus
c19ada3236
Merge pull request #1460 from tanmaykm/tan/linkedin
...
Update LinkedIn connector to use v2 APIs
This updates LinkedIn connector to use the more recent v2 APIs. Necessary because v1 APIs are not able to retrieve email ids any more with the default permissions.
The API URLs are now different. Fetching the email address is now a separate call, made after fetching the profile details. The r_basicprofile permission is not needed any more, and r_liteprofile (which seems to be the one assigned by default) is sufficient.
The relevant API specifications are at:
https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api
https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/primary-contact-api
https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq#how-do-i-retrieve-the-members-email-address
7 years ago
tan
8613c78863
update LinkedIn connector to use v2 APIs
...
This updates LinkedIn connector to use the more recent v2 APIs. Necessary because v1 APIs are not able to retrieve email ids any more with the default permissions.
The API URLs are now different. Fetching the email address is now a separate call, made after fetching the profile details. The `r_basicprofile` permission is not needed any more, and `r_liteprofile` (which seems to be the one assigned by default) is sufficient.
The relevant API specifications are at:
- https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api
- https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/primary-contact-api
- https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq#how-do-i-retrieve-the-members-email-address
7 years ago
flarno11
8c1716d356
make userName configurable
7 years ago
Stephan Renatus
dfb2dfd333
Merge pull request #1456 from srenatus/sr/post-1448/fix-1455/restore-error-semantics
...
connectors/oidc: truely ignore "email_verified" claim if configured that way
7 years ago
Stephan Renatus
4e8cbf0f61
connectors/oidc: truely ignore "email_verified" claim if configured that way
...
Fixes #1455 , I hope.
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
e137db978d
Merge pull request #1457 from srenatus/sr/travis/use-go-1.1{1,2}.x
...
travis: replace golang 1.10 and 1.11 with 1.12
7 years ago
Stephan Renatus
11913a28c6
travis: replace golang 1.{10,11}.x with 1.12.x
...
This is because I suspect the gofmt rules change between these versions to
make half the travis CI tests fail sometimes?
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
49e59fb54f
Merge pull request #1448 from cappyzawa/user-id-key
...
oidc: Make userID configurable
7 years ago
cappyzawa
9650836851
make userID configurable
7 years ago
Eric Chiang
59560c9919
Merge pull request #1433 from jacksontj/userinfo
...
Add option in oidc to hit the optional userinfo endpoint
7 years ago
Thomas Jackson
52d09a2dfa
Add option in oidc to hit the optional userinfo endpoint
...
Some oauth providers return "thin tokens" which won't include all of the
claims requested. This simply adds an option which will make the oidc
connector use the userinfo endpoint to fetch all the claims.
7 years ago
Eric Chiang
cd3c6983da
Merge pull request #1429 from tsuna/master
...
server: add metrics for CORS handlers.
7 years ago
Eric Chiang
35f51957c0
Merge pull request #1430 from mkontani/fix/typo
...
fix typo
7 years ago
Eric Chiang
06ec381082
Merge pull request #1432 from alindeman/warnf
...
Round out logging interface with functions for all levels
7 years ago
Eric Chiang
0babb2df18
Merge pull request #1435 from bonifaido/bitbucket-docs
...
docs: update bitbucket permission requirements
7 years ago
Stephan Renatus
429bb9303f
Merge pull request #1443 from deric/err
...
Print appropriate error
7 years ago
Stephan Renatus
d8f9634afc
Merge pull request #1436 from bonifaido/gitlab-groups
...
gitlab: support for group whitelist, add tests
7 years ago
Tomas Barton
55cebd58a8
print appropriate error
7 years ago
Nandor Kracser
7b416b5a8e
gitlab: add tests
7 years ago
Nandor Kracser
a08a5811d4
gitlab: support for group whitelist
7 years ago
Nandor Kracser
b1931fc9bd
docs: update bitbucket permission requirements
7 years ago
Andy Lindeman
34c7cfaf82
Round out logging interface with functions for all levels
7 years ago
mkontani
6ae76662de
fix ssoURL
7 years ago
Benoit Sigoure
d6ad67a6de
server: add metrics for CORS handlers.
7 years ago
Eric Chiang
60f47c4228
Merge pull request #1427 from yann-soubeyrand/static-client-log-name
...
cmd/dex/serve.go: log static client name instead of ID
7 years ago
Yann Soubeyrand
c5f2871ab5
cmd/dex/serve.go: log static client name instead of ID
...
Signed-off-by: Yann Soubeyrand <yann.soubeyrand@gmx.fr>
7 years ago
Eric Chiang
29d8428387
Merge pull request #1426 from justaugustus/image
...
Update Docker build/image
7 years ago
Stephen Augustus
56f02b95c6
Update Docker build/image
...
- Update build container to golang:1.12.4-alpine
- Update dex image to alpine:3.9
- Run dex as non-root user
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
7 years ago
Eric Chiang
f6741d1837
Merge pull request #1417 from gezb/feature/odic_add_email_verfied_override
...
Add option to OIDC connecter to override email_verified to true
7 years ago
Gerald Barker
fc723af0fe
Add option to OIDC connecter to override email_verified to true
7 years ago
Eric Chiang
83a0326b88
Merge pull request #1412 from okamototk/typo
...
Fix typo.
7 years ago
Takashi Okamoto
ac290f77aa
Fix typo.
7 years ago
Eric Chiang
c113df2730
Merge pull request #1408 from sagikazarmark/logger-interface
...
Add logger interface and stop relying on Logrus directly
7 years ago
Mark Sagi-Kazar
d877fca092
Fix coding style
7 years ago
Mark Sagi-Kazar
06521ffa49
Remove the logrus logger wrapper
7 years ago