Eric Chiang
0e3cb55982
Merge pull request #726 from ericchiang/v1-dont-deploy-on-merge
...
v1: don't deploy on merge
9 years ago
Eric Chiang
4b56270494
*: don't deploy on merge
...
We don't want to clutter the Quay repo with non-release tags,
particularly if they're not for the master branch.
9 years ago
Eric Chiang
3ef830f7e1
Merge pull request #707 from pborzenkov/go-oidc-padding
...
Pull updated go-oidc package with base64 padding fixes
9 years ago
Pavel Borzenkov
f76c43ec4f
server: fix tests to expect unpadded base64 messages
...
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
9 years ago
Pavel Borzenkov
abd6805f1c
*: revendor
...
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
9 years ago
Pavel Borzenkov
5fa9e498b5
*: update go-oidc to include base64 padding fixes
...
Update to pull the fixes done by
https://github.com/coreos/go-oidc/pull/115
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
9 years ago
Eric Chiang
4b9bdf163d
Merge pull request #633 from ElijahCaine/coreos-style-guide-contrib
...
docs: mention CoreOS docs style guide
10 years ago
Elijah C. Voigt
298357e25d
docs: mention CoreOS docs style guide
...
That style guide is (or ought to be) enforced in all CoreOS repository
documentation (.md files).
This change makes that more obvious.
10 years ago
Eric Chiang
b692252814
Merge pull request #580 from ajanthan/facebookconnector
...
Connector: Connector for Facebook
10 years ago
ajanthan
464b7fb1af
Connector: Connector for Facebook
...
This implements dex connector for facebook
Fixes #391
10 years ago
Eric Chiang
372e4a0576
Merge pull request #581 from squat/revert_btn_fix
...
frontend: revert button fix
10 years ago
Lucas Serven
f6762fd30b
frontend: revert button fix
...
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.
10 years ago
Lucas Serven
f1f7d1c474
Merge pull request #579 from squat/fix-button-style
...
static: fix button styles
10 years ago
Lucas Serven
340eb30055
static: fix button styles
10 years ago
Eric Chiang
9a78dca137
Merge pull request #575 from summerwind/support-expires_in-field
...
server: add expires_in field to the response of token endpoint
10 years ago
Moto Ishizawa
dc979c1d6d
server: use time.Time instead of int64 for token expiration time
10 years ago
Moto Ishizawa
25e4228e35
server: add expires_in field to the response of token endpoint
10 years ago
Eric Chiang
9f67e5dcae
Merge pull request #571 from remohammadi/patch-1
...
documentation: multiple fixes in examples README
10 years ago
Reza Mohammadi
7d9a98f96e
documentation: multiple fixes in examples README
...
* In a9dce1c , 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.
10 years ago
Eric Chiang
d758e38cd4
Merge pull request #529 from Tecsisa/Clients_create_users
...
ClientCredentials flow in basic User operations (createUser, getUser, resendInvitationMail)
10 years ago
Adrián López Gómez
9b8ab3bdc6
ClientCredentials flow in UserAPI
...
Fixes #528
10 years ago
Eric Chiang
0086a1c1bb
Merge pull request #570 from ericchiang/update-go-oidc-for-hmac-changes
...
Update go-oidc for hmac changes
10 years ago
Eric Chiang
4ea7cebd7f
*: revendor
10 years ago
Eric Chiang
d218f5251e
*: update go-oidc
10 years ago
Eric Chiang
7caaca9a2c
Merge pull request #558 from ericchiang/fix-local-registration-for-non-root-url
...
server: fix registration redirect for non-root URLs
10 years ago
Eric Chiang
fa8f98acac
server: fix registration redirect for servers listenin at non-base URLs
10 years ago
Eric Chiang
7525e5623c
Merge pull request #560 from ericchiang/fix-user-api
...
server: fix the path registration for user APIs at non-root URLs
10 years ago
Eric Chiang
b466ae7a70
server: fix the path registration for user APIs at non-root URLs
10 years ago
Eric Chiang
b33227bcd4
Merge pull request #556 from ericchiang/bump-go-oidc-to-remove-capnslog-dependency
...
*: update go-oidc to remove dependency on capnslog
10 years ago
Eric Chiang
2e57dde3c4
*: revendor
10 years ago
Eric Chiang
9f095c559f
*: update go-oidc to remove dependency on capnslog
...
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.
10 years ago
Eric Chiang
630bf86f32
Merge pull request #540 from Tecsisa/519-refresh-token-only-work-once
...
refresh token rotation
10 years ago
Rubén Soleto Buenvarón
c91b37aa9e
refresh token rotation
...
Update refresh token flow to revoke old refresh token and generates a new one.
Fixes #519
10 years ago
Eric Chiang
44295706ea
Merge pull request #555 from ericchiang/travis-testing
...
*: pin version of openldap container
10 years ago
Eric Chiang
852cc3872e
*: pin version of openldap container for Travis tests
...
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
10 years ago
Eric Chiang
043fcdadfa
Merge pull request #545 from roidelapluie/quickstart
...
documentation: fix getting-started
10 years ago
Eric Chiang
1d3f7f38ad
Merge pull request #546 from roidelapluie/typo
...
documentation: fix typos in getting-started
10 years ago
Julien Pivotto
1595a1affd
documentation: fix typos in getting-started
...
| Typo | Fix |
| -------------- | -------------- |
| a an api | an api |
| adminsitrative | administrative |
| attemping | attempting |
[skip ci]
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
10 years ago
Julien Pivotto
256f2431f9
documentation: fix getting-started
...
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>
10 years ago
Eric Chiang
e6ef25bb74
Merge pull request #527 from zlabjp/azure-connector
...
connector: add azure connector
10 years ago
Moto Ishizawa
eb0c312734
connector: add emailClaim setting to OIDC Connector
...
Add emailCiam setting to OIDC Connector for supporting an ID token
that does not contain the email claim.
10 years ago
Eric Chiang
882ced4213
Merge pull request #544 from ericchiang/fix-client-secrets-in-examples
...
*: update examples to hold valid client secrets for no-db mode
10 years ago
Eric Chiang
bef9f3c221
Merge pull request #542 from whitlockjc/uaa-connector
...
connector: add uaa connector
10 years ago
Eric Chiang
cced75f138
*: update examples to hold valid client secrets for no-db mode
10 years ago
Eric Chiang
ac518139d3
Merge pull request #537 from wyattanderson/register-display-name
...
server: when registering a user, set user name if OIDC identity contains one
10 years ago
Jeremy Whitlock
27b80cbca8
connector: add uaa connector
...
This commit adds support for dex to authenticate users from a
CloudFoundry User Account and Authentication (UAA) Server.
Fixes : #538
10 years ago
Eric Chiang
5dec7194d2
Merge pull request #541 from kanor1306/patch-1
...
Fix typo in dexctl parameter
10 years ago
Nicanor Gutierrez
dace4b2d25
Fix typo in dexctl parameter
10 years ago
Wyatt Anderson
26508c6bab
server: when registering a user, set display name
...
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.
10 years ago
Eric Chiang
0e94e76255
Merge pull request #531 from ericchiang/user-api-accept-bearer-tokens-with-multiple-audiences
...
user api: accept bearer tokens with multiple audiences
10 years ago