Stephan Renatus
aeb2861a40
Merge pull request #1519 from dexidp/sr/bump-deps-for-http2-issues
...
bump deps for http2 issues
https://github.com/grpc/grpc-go/releases/tag/v1.23.0
https://groups.google.com/forum/#!topic/golang-nuts/fCQWxqxP8aA
7 years ago
Stephan Renatus
6e5a2b5ea1
deps: bump go-grpc (1.22.1 -> 1.23.0)
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
27b8426704
Dockerfile: build with golang 1.12.8
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
d328a5ebaa
Merge pull request #1516 from tpdownes/doc/oauth2_config
...
Add examples for recent additions to oauth2 configuration options
7 years ago
Tom Downes
963b8e992d
Add examples for recent additions to oauth2 configuration options
7 years ago
Stephan Renatus
d9f6ab4a68
Merge pull request #1512 from venezia/add_reflection
...
Add reflection to gRPC API (configurable)
7 years ago
Michael Venezia
430357b14e
vendor: revendor
7 years ago
Michael Venezia
b65966d744
cmd/dex: adding reflection to grpc api, enabled through configuration
7 years ago
Stephan Renatus
e1afe771cb
Merge pull request #1505 from MarcDufresne/show-login-page
...
Add option to always display connector selection even if there's only one
7 years ago
Stephan Renatus
89e43c198b
Merge pull request #1504 from MarcDufresne/template-custom-data
...
Allow arbitrary data to be passed to templates
7 years ago
Marc-André Dufresne
0dbb642f2c
Add option to always display connector selection even if there's only one
7 years ago
Marc-André Dufresne
d458e882aa
Allow arbitrary data to be passed to templates
7 years ago
Stephan Renatus
bc02006b45
Merge pull request #1510 from momokatte/test-invalid-callbacks
...
Add tests for some callback handler error conditions
7 years ago
Mike O
43d1a044bd
Add tests for some callback handler error conditions
7 years ago
Nándor István Krácser
526e078366
Merge pull request #1509 from venezia/fix-go-lint-v2
...
Adjusting Makefile so that `golint` will compile
7 years ago
Michael Venezia
c54ddc460d
Adjusting Makefile so that `golint` will compile
7 years ago
Stephan Renatus
d36e6c26ee
Merge pull request #1490 from momokatte/master
...
Return HTTP 400 for invalid state parameter
7 years ago
Mike O
d03a43335e
Return HTTP 400 for invalid state parameter
7 years ago
Stephan Renatus
6ae11a1cfe
Merge pull request #1501 from dexidp/sr/bump-all-deps
...
update all deps
7 years ago
Stephan Renatus
291cd9e01c
regenerate protobuf code
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
ea7fd6d470
cmd/dex: adapt to prometheus API change
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
076cd77469
run 'go get -u; make revendor'
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
7c1b4b3005
Merge pull request #1502 from dexidp/sr/fix-log-formatting-in-VerifyPassword-grpc
...
server/api: fix logging in VerifyPassword
7 years ago
Stephan Renatus
231e571c3c
server/api: fix logging in VerifyPassword
...
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>
7 years ago
Stephan Renatus
128d5da89e
Merge pull request #1500 from dexidp/sr/fix-some-lint-issues
...
*: fix some lint issues
7 years ago
Stephan Renatus
d9487e553b
*: fix some lint issues
...
Mostly gathered these using golangci-lint's deadcode and ineffassign
linters.
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Joel Speed
e2ddefff31
Merge pull request #1439 from sks/feature/fail_on_invalid_config
...
Return config validation errors in one go
7 years ago
Nándor István Krácser
72f5596671
Merge pull request #1498 from mkontani/fix/mysql-query-sample
...
Doc/storage.md: fix mysql sample query
7 years ago
mkontani
c067761df6
fix mysql sample query
7 years ago
Nándor István Krácser
0aee5be625
Merge pull request #1497 from dexidp/gitlab-username-as-id
...
connector/gitlab: implement useLoginAsID as in GitHub connector
7 years ago
Nandor Kracser
ff34e570b4
connector/gitlab: implement useLoginAsID as in GitHub connector
7 years ago
Stephan Renatus
6e98c04f9b
Merge pull request #1446 from maksd/microsoft-groups-uuid-whitelist
...
microsoft: option for group UUIDs instead of name and group whitelist
7 years ago
Stephan Renatus
fd53c0a3bb
Merge pull request #1496 from srenatus/sr/add-connector-id-to-example-app
...
add connector_id to example app
7 years ago
Maxime Desrosiers
458585008b
microsoft: option for group UUIDs instead of name and group whitelist
7 years ago
Stephan Renatus
8561a66365
server/{handler,oauth2}: cleanup error returns
...
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>
7 years ago
Stephan Renatus
d7c7d42466
cmd/example-app: check all errors, pass claims as string to renderToken
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Stephan Renatus
c4e0587df1
cmd/example-app: expose connector_id
...
As a piece of "living documentation" for #1481 .
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Joel Speed
20a858da3b
Merge pull request #1495 from pbochynski/patch-1
...
Update ADOPTERS.md
7 years ago
Piotr
74023ba9ad
Update ADOPTERS.md
...
Add Kyma project as an adopter.
7 years ago
Stephan Renatus
9c211132b2
Merge pull request #1494 from tanmaykm/patch-1
...
Update Adopters.md
7 years ago
Tanmay Mohapatra
56f8e60545
Update Adopters.md
...
Adding JuliaBox to the list of production adopters of Dex.
7 years ago
Sabith K Soopy
6769a3b18e
Errors should not start with caps
...
- https://github.com/dexidp/dex/pull/1264#discussion_r253264017
Signed-off-by: Sabith <sabithksme@gmail.com>
7 years ago
Sabith K Soopy
6ccb96ff74
Add some test to validate the configuration
7 years ago
Stephan Renatus
e3203382fc
Merge pull request #1493 from srenatus/sr/adopters
...
ADOPTERS: replace Documentation/production-users.md, add Chef
7 years ago
Stephan Renatus
7409d16541
ADOPTERS: add pusher
...
Co-Authored-By: Joel Speed <Joel.speed@hotmail.co.uk>
7 years ago
Stephan Renatus
bc27a617c5
Merge pull request #1485 from bonifaido/mysql-storage
...
MySQL storage - Take 2
7 years ago
Stephan Renatus
b8cdc88803
Merge pull request #1492 from srenatus/sr/add-bonifaido-to-maintainers
...
MAINTAINERS: add @bonifaido
7 years ago
Nandor Kracser
a572ad8fec
storage/sql: rework of the original MySQL PR
7 years ago
Pavel Borzenkov
e53bdfabb9
storage/sql: initial MySQL storage implementation
...
It will be shared by both Postgres and MySQL configs.
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
7 years ago
Stephan Renatus
447f24a81b
ADOPTERS: replace Documentation/production-users.md, add Chef
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago