- 27 Oct, 2016 2 commits
-
-
Eric Chiang authored
"state" means something specific to OAuth2 and SAML so we don't want to confuse developers who are working on this. Also don't use "session" which could easily be confused with HTTP cookies.
-
Eric Chiang authored
Let the server handle the state token instead of the connector. As a result it can throw out bad requests earlier. It can also use that token to determine which connector was used to generate the request allowing all connectors to share the same callback URL. Callbacks now all look like: https://dex.example.com/callback Instead of: https://dex.example.com/callback/(connector id) Even when multiple connectors are being used.
-
- 20 Oct, 2016 2 commits
-
-
Eric Chiang authored
contrib/openldap: add an OpenLDAP Docker image for testing
-
Eric Chiang authored
-
- 19 Oct, 2016 2 commits
-
-
Eric Chiang authored
*: port oob template
-
Eric Chiang authored
-
- 17 Oct, 2016 5 commits
-
-
Eric Chiang authored
Documentation/proposals: add a proposal for keeping data in-sync during refreshes
-
Eric Chiang authored
-
Eric Chiang authored
server: fix key rotation polling
-
Eric Chiang authored
gorename command run: gorename \ -from '"github.com/coreos/dex/server".rotationStrategy.period' \ -to rotationFrequency
-
Eric Chiang authored
-
- 14 Oct, 2016 16 commits
-
-
Eric Chiang authored
*: build aci at the correct path including version, OS, and arch
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: fix sql keys query
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
*: add more comments to the example config
-
Eric Chiang authored
dev branch: self managed third party resources
-
Eric Chiang authored
-
Eric Chiang authored
server: only print gc stats if something has been removed
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: fix linting
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: properly compile version into docker images
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 13 Oct, 2016 11 commits
-
-
Eric Chiang authored
dev branch: add DCO and LICENSE
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: add garbage collect method to storage
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 12 Oct, 2016 2 commits
-
-
Eric Chiang authored
server: allow extra spaces in scopes
-
Eric Chiang authored
go-oidc sends an extra space before the list of scopes. This is bad but we have to support it, so we'll be more lenient and ignore duplicated whitespace.
-