- 01 Aug, 2016 1 commit
-
-
Eric Chiang authored
-
- 25 Jul, 2016 2 commits
-
-
Eric Chiang authored
connector: fix path that connectors listen on
-
Eric Chiang authored
When Dex uses a non-root issuer URL, it current assumes that all path prefixes will be trimmed by an upstream proxy (e.g. nginx). This means that all paths rendered in HTML will be absolute to the prefix, but the handlers still listen at the root. Connectors are currently the only component that registers at a non-root URL. Make this conform with the rest of Dex by having the server determine the path the connector listens as rather than the connector itself.
-
- 22 Jul, 2016 2 commits
-
-
Eric Chiang authored
backend: add absolute path to template links
-
Lucas Serven authored
fixes: #502 Add a new template function called `absPath` that converts relative paths to absolute paths based on the issuerURL. The template function can be used in templates like: ````html <a href="{{ .MyRelativePath | absPath }}"> ````
-
- 21 Jul, 2016 2 commits
-
-
Eric Chiang authored
cmd: update flag defaults for dev mode
-
Lucas Serven authored
Updates flags in dex-worker for no-db mode to work with default static files.
-
- 19 Jul, 2016 6 commits
-
-
Eric Chiang authored
*: depricate --email-from flag and move to email config files
-
Eric Chiang authored
Add groups scope and LDAP implementation
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 12 Jul, 2016 1 commit
-
-
Eric Chiang authored
connector: remove erroneous logging statement
-
- 11 Jul, 2016 2 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
Use "plain" auth if and only if username and password are provided. Parse port from "host" field if it's provided.
-
- 30 Jun, 2016 4 commits
-
-
Eric Chiang authored
docs: fix various typos & Markdown lint issues
-
Eric Chiang authored
Documentation: clean up release documentation
-
Samuel Dion-Girardeau authored
-
Eric Chiang authored
-
- 29 Jun, 2016 2 commits
-
-
Eric Chiang authored
Documentation: minor fix
-
alon-argus authored
-
- 28 Jun, 2016 14 commits
-
-
Eric Chiang authored
return 409 for duplicate client ids
-
Eric Chiang authored
-
Eric Chiang authored
Clean up LDAP Connector
-
Eric Chiang authored
* Remove some unlikely to be used fields to help configurability. * Combined "serverHost" and "serverPort" into "host" * Remove "timeout" (just default to 30 seconds). * Remove "maxIdleConn" will add it back if users feel the need to control the number of cached connections. * Remove "trustedEmailProvider" (just always trust). * Remove "skipCertVerification" you can't make this connector ingore TLS errors. * Fix configs that don't search before bind (previously broken). * Add more examples to Documentation * Refactor LDAPPool Acquire() and Put() into a Do() function which always does the flow correctly. * Added more comments and renamed some functions. * Moved methods on LDAPIdentityProvider to the LDAPConnector
-
Eric Chiang authored
return 409 status code on duplicate email errors
-
Eric Chiang authored
-
Eric Chiang authored
Fix docker-build script
-
Eric Chiang authored
-
Eric Chiang authored
*: update go-oidc to shorten length of key IDs
-
Eric Chiang authored
-
Eric Chiang authored
*: update mailgun-go to remove dependency on deleted simplehttp pkg
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 27 Jun, 2016 2 commits
-
-
Eric Chiang authored
build with go 1.6 and actually push to quay
-
Eric Chiang authored
-
- 24 Jun, 2016 2 commits
-
-
Eric Chiang authored
scope: don't validate empty scopes
-
Bobby Rullo authored
If an empty scope is somehow passed along, it shouldn't be validated when checking refresh token scope.
-