- 07 Dec, 2016 2 commits
-
-
Eric Chiang authored
v1: don't deploy on merge
-
Eric Chiang authored
We don't want to clutter the Quay repo with non-release tags, particularly if they're not for the master branch.
-
- 23 Nov, 2016 4 commits
-
-
Eric Chiang authored
Pull updated go-oidc package with base64 padding fixes
-
Pavel Borzenkov authored
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Pavel Borzenkov authored
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Pavel Borzenkov authored
Update to pull the fixes done by https://github.com/coreos/go-oidc/pull/115Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
- 25 Oct, 2016 2 commits
-
-
Eric Chiang authored
docs: mention CoreOS docs style guide
-
Elijah C. Voigt authored
That style guide is (or ought to be) enforced in all CoreOS repository documentation (.md files). This change makes that more obvious.
-
- 11 Oct, 2016 1 commit
-
-
Eric Chiang authored
Connector: Connector for Facebook
-
- 07 Oct, 2016 1 commit
-
-
ajanthan authored
This implements dex connector for facebook Fixes #391
-
- 29 Sep, 2016 2 commits
-
-
Eric Chiang authored
frontend: revert button fix
-
Lucas Serven authored
This commit reverts the last fix to the button, since it introduced another issue. Also, it addressed the root cause of the original problem, which was that one of the templates was missing the correct class.
-
- 22 Sep, 2016 2 commits
-
-
Lucas Serven authored
static: fix button styles
-
Lucas Serven authored
-
- 12 Sep, 2016 2 commits
-
-
Eric Chiang authored
server: add expires_in field to the response of token endpoint
-
Moto Ishizawa authored
-
- 11 Sep, 2016 1 commit
-
-
Moto Ishizawa authored
-
- 05 Sep, 2016 1 commit
-
-
Eric Chiang authored
documentation: multiple fixes in examples README
-
- 04 Sep, 2016 1 commit
-
-
Reza Mohammadi authored
* In a9dce1c1, the defaults are set to the `.example` paths, except for `emailer.json` which is instead committed into the git repository. So there's no need to duplicate those file in order to start dex-worker. * The default value for discovery is moved from `/` to `/dex` in #521 * Typo in `client-secret` value.
-
- 01 Sep, 2016 2 commits
-
-
Eric Chiang authored
ClientCredentials flow in basic User operations (createUser, getUser, resendInvitationMail)
-
Adrián López Gómez authored
Fixes #528
-
- 29 Aug, 2016 1 commit
-
-
Eric Chiang authored
Update go-oidc for hmac changes
-
- 27 Aug, 2016 2 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
- 19 Aug, 2016 3 commits
-
-
Eric Chiang authored
server: fix registration redirect for non-root URLs
-
Eric Chiang authored
-
Eric Chiang authored
server: fix the path registration for user APIs at non-root URLs
-
- 18 Aug, 2016 1 commit
-
-
Eric Chiang authored
-
- 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 1 commit
-
-
Eric Chiang authored
connector: add azure connector
-