- 16 Aug, 2016 5 commits
-
-
Eric Chiang authored
*: update go-oidc to remove dependency on capnslog
-
Eric Chiang authored
-
Eric Chiang authored
This change updates the vendored go-oidc package to remove the dependency on capnslog. It also pulls in a few other minor changes as part of that package's development.
-
Eric Chiang authored
refresh token rotation
-
Rubén Soleto Buenvarón authored
Update refresh token flow to revoke old refresh token and generates a new one. Fixes #519
-
- 15 Aug, 2016 6 commits
-
-
Eric Chiang authored
*: pin version of openldap container
-
Eric Chiang authored
Upstream changes to the osixia/openldap broke our LDAP intergraiton tests. For now pin the version of oxisia/openldap. Long term rewrite the tests do they don't depend on the container's file system, possibly when addressing #477. Closes #554
-
Eric Chiang authored
documentation: fix getting-started
-
Eric Chiang authored
documentation: fix typos in getting-started
-
Julien Pivotto authored
| Typo | Fix | | -------------- | -------------- | | a an api | an api | | adminsitrative | administrative | | attemping | attempting | [skip ci] Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
The discovery URL has changed and now ends with /dex. As the scripts were updated in #525, the documentation was not. Broken since #521. [skip ci] Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
-
- 12 Aug, 2016 2 commits
-
-
Eric Chiang authored
connector: add azure connector
-
Moto Ishizawa authored
Add emailCiam setting to OIDC Connector for supporting an ID token that does not contain the email claim.
-
- 11 Aug, 2016 4 commits
-
-
Eric Chiang authored
*: update examples to hold valid client secrets for no-db mode
-
Eric Chiang authored
connector: add uaa connector
-
Eric Chiang authored
-
Eric Chiang authored
server: when registering a user, set user name if OIDC identity contains one
-
- 10 Aug, 2016 3 commits
-
-
Jeremy Whitlock authored
This commit adds support for dex to authenticate users from a CloudFoundry User Account and Authentication (UAA) Server. Fixes: #538
-
Eric Chiang authored
Fix typo in dexctl parameter
-
Nicanor Gutierrez authored
-
- 04 Aug, 2016 1 commit
-
-
Wyatt Anderson authored
When automatically registering a user from an IP that provides a `DisplayName`, set it on the created user so that JWT we create contain a meaningful `name` field.
-
- 02 Aug, 2016 2 commits
-
-
Eric Chiang authored
user api: accept bearer tokens with multiple audiences
-
Eric Chiang authored
-
- 01 Aug, 2016 6 commits
-
-
Eric Chiang authored
*: cleanup containers generated during tests to avoid deploy conflicts
-
Eric Chiang authored
-
Eric Chiang authored
*: fix path to email config in dockerfile
-
Eric Chiang authored
-
Eric Chiang authored
*: try to fix travis deployments by adding script with no arguments
-
Eric Chiang authored
-
- 28 Jul, 2016 2 commits
-
-
Eric Chiang authored
Fix standup-db.sh
-
Harsh Chauhan authored
-
- 26 Jul, 2016 3 commits
-
-
Eric Chiang authored
Allow dex to work at non base url
-
Eric Chiang authored
-
Eric Chiang authored
-
- 25 Jul, 2016 4 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
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 }}"> ````
-