- 21 Dec, 2015 6 commits
-
-
bobbyrullo authored
connector: document Connector and ConnectorConfig interfaces
-
bobbyrullo authored
don't call go-bindata on every build
-
Eric Chiang authored
-
Eric Chiang authored
Add go generate rule to generate migration assets.
-
Eric Chiang authored
*: add .travis.yml and status badge to README
-
Jonathan Boulle authored
-
- 18 Dec, 2015 1 commit
-
-
Eric Chiang authored
closes #203
-
- 17 Dec, 2015 4 commits
-
-
bobbyrullo authored
cmd, db: verify at least one secret is passed to --key-secrets
-
bobbyrullo authored
server: fix tests
-
Eric Chiang authored
Passing an empty list to the overlord or worker's --key-secrets flag currently causes an out of range panic. Always check to ensure there's at least one element passed. Fixes #130 Fixes #217
-
Eric Chiang authored
In #210 a field name in the provider config was corrected. However the old, and incorrect, value was hard coded in the tests. This change updates the test case to hold the correct field name. There are no other references to the old name in dex or its vendored packages.
-
- 16 Dec, 2015 8 commits
-
-
Eric Chiang authored
static: use --issuer-name as title for public facing pages
-
bobbyrullo authored
Godeps: update github.com/coreos/go-oidc/oidc to fix field name
-
Brian Waldon authored
docs: fix invocation of test-functional
-
bobbyrullo authored
Release scripts
-
Brian Waldon authored
-
Brian Waldon authored
-
Eric Chiang authored
Closes #142
-
Brian Waldon authored
-
- 15 Dec, 2015 2 commits
-
-
Eric Chiang authored
Correct provider config field "id_token_alg_values_supported" to "id_token_signing_alg_values_supported". Fixes #212
-
Eric Chiang authored
Godeps: update coreos/go-oidc to include OIDC race condition fixes
-
- 10 Dec, 2015 3 commits
-
-
Eric Chiang authored
Update github.com/coreos/go-oidc/... to include coreos/go-oidc#17 which fixes a race condition in the OIDC connector.
-
Eric Chiang authored
connector: github and bitbucket oauth2 connectors added
-
Eric Chiang authored
db: strconv.ParseInt specify base 10
-
- 09 Dec, 2015 1 commit
-
-
Eric Chiang authored
closes #99
-
- 08 Dec, 2015 9 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
Add icons and styles for github and bitbucket buttons.
-
Eric Chiang authored
Add bitbucket implementation of oauth2 connector.
-
Eric Chiang authored
Add interface for oauth2 connectors and a github implementation.
-
Eric Chiang authored
Update Godeps to include: * coreso/go-oidc#24: reqiured for GitHub connector * coreso/go-oidc#26: better error messages when connectors are misconfigured
-
Eric Chiang authored
db: fixed missing return statement GetConnectorByID
-
Eric Chiang authored
Added missing err return introduced by #199
-
bobbyrullo authored
api: validate local connector existence before creating user
-
Eric Chiang authored
Add ConnectorConfigRepo to UserManager. When trying to create a RemoteIdentity, validate that the connector ID exists. Fixes #198
-
- 07 Dec, 2015 6 commits
-
-
bobbyrullo authored
Tweak dev guide & update example README
-
bobbyrullo authored
*: use example.com in place of coreos.com
-
Eric Chiang authored
This commit moves the user.Manage to its own package (user/manager) so it can import the connector package in a later commit. For clarity, it renames "Manager" to "UserManager" using gorname. This commit has no functional changes.
-
Brian Waldon authored
readme: added godoc link to readme
-
Brian Waldon authored
Align with RFC2606 for example email addresses, using example.com in place of coreos.com where appropriate.
-
Mike Kobit authored
- Be more explicit with exact instructions to startup - Change some of the commands that were using local directory with "./" when the executable was in a lower directory. These commands (like "./bin/dex-worker") did not work on ZSH or Bash, so I removed the leading "./" - Add some syntax highlighting markdown to code sections
-