69 Commits (v2.16.x)

Author SHA1 Message Date
Yann Soubeyrand c5f2871ab5 cmd/dex/serve.go: log static client name instead of ID 7 years ago
Mark Sagi-Kazar 06521ffa49
Remove the logrus logger wrapper 7 years ago
Mark Sagi-Kazar be581fa7ff
Add logger interface and stop relying on Logrus directly 7 years ago
Haines Chan 18b6b34b67 Display access token in example app 7 years ago
Steven Danna 59f8b02d47
Set minimum TLS protocol version to TLSv1.2, set PreferServerCipherSuites 7 years ago
Haines Chan b78b8aeee0 Replace "GET", "POST" to http.MethodGet and http.MethodPost 7 years ago
Maximilian Gaß 74f84ce0be Change config test to non-default expiry settings 7 years ago
Maximilian Gaß 468c74d1d2 Make expiry of auth requests configurable 7 years ago
Stephan Renatus 73fdf4f75b
storage/sql/postgres: expose stdlib tunables, set them for tests 7 years ago
Stephan Renatus b9f6594bf0 *: github.com/coreos/dex -> github.com/dexidp/dex 8 years ago
Frederic Branczyk 5f03479d29
*: Add go runtime, process, HTTP and gRPC metrics 8 years ago
Daniel Dao ca114f7812 storage: add etcd storage 8 years ago
Devon Barrett eb14a8245c
fixes typo: s/suppied/supplied/ 9 years ago
rithu john fd4f57b5f3 storage/static.go: storage backend should not explicitly lower-case email ids. 9 years ago
Eric Stroczynski 4a88d0641a : update {S->s}irupsen/logrus 9 years ago
rithu john dc4b97b851 cmd/dex/serve: add local connector directly to static connectors in storage 9 years ago
rithu john 8c9c2518f5 server: account for dynamically changing connector object in storage. 9 years ago
zhuguihua 4e99ec3eeb Fix two typos 9 years ago
Eric Chiang 5f377f07d4 *: promote SAML to stable 9 years ago
Eric Chiang 9b0e9ab2ca cmd/example-app: fix custom CA behavior 9 years ago
Eric Chiang 777eeafabc *: update go-oidc and use standard library's context package 9 years ago
Ali Javadi e623ad4d35 connector: add GitLab connector 9 years ago
rithu john 31e8009441 cmd/dex: make connector name field mandatory in dex configuration. 9 years ago
Simon HEGE 415a68f977 Allow CORS on keys and token endpoints 9 years ago
Eric Chiang ed20fee2b9 cmd/example-app: fix refreshing 9 years ago
Eric Chiang 78665074ed cmd/example-app: add option to not request a refresh token 9 years ago
Eric Chiang 0f4a1f69c5 *: wire up SAML POST binding 9 years ago
Simon HEGE b4c47910e4 Allow CORS on discovery endpoint 9 years ago
rithu john 135b71727d server: use UTC timestamps in dex. 9 years ago
Eric Chiang 50086e6863 cmd/dex: provide better feedback when parsing config 9 years ago
rithu john 8b7f810bb8 cmd/dex: modify error messages to info messages. 9 years ago
Eric Chiang fe196864c0 *: fix comment typos found with github.com/client9/misspell 9 years ago
rithu john 9949a1313c server: modify error messages to use logrus. 9 years ago
rithu john 2e22a948cf cmd/dex: add logging config and serve logger for different modules. 9 years ago
Eric Chiang aebb6818b7 cmd/example-app: use a non-empty state 9 years ago
Eric Chiang 391dc51c13 *: add theme based frontend configuration 9 years ago
Eric Chiang 522749b5d8 *: switch oidc client to github.com/coreos/go-oidc 9 years ago
Chris Jones a2b78c28fc cmd/dex: validate that connectors have an ID. 9 years ago
Eric Chiang 015e7cf606 cmd/dex: only expand from env for storages and connectors 10 years ago
Eric Chiang 35d6423ac2 cmd/example-app: add a --debug flag 10 years ago
rithu leena john 600e761266 cmd/dex: expose IDTokensValidFor and RotateKeysAfter server options in config. 10 years ago
Eric Chiang ebe51e736d cmd/dex: accept raw bcrypt'd hash as well as base64'd version of hash 10 years ago
Eric Chiang aa7f304bc1 *: switch to github.com/ghodss/yaml for more consistent YAML parsing 10 years ago
rithu leena john 42dfd3ecec cmd/dex: add option for gRPC client auth CA. 10 years ago
Eric Chiang a11db557b4 *: expand environment variables in config 10 years ago
Eric Chiang dc13f09fb7 *: add more comments to the example config 10 years ago
Eric Chiang 3dac0063df *: properly compile version into docker images 10 years ago
Eric Chiang 4296604f11 {cmd,server}: move garbage collection logic to server 10 years ago
Eric Chiang fdc529ee0d cmd/example-app: check if a provider supports a refresh token scope 10 years ago
Eric Chiang dcbe67d89c {cmd/dex,server}: expose skip approval screen option 10 years ago