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
Eric Chiang
8669167b42
user api: accept bearer tokens with multiple audiences
10 years ago
Eric Chiang
92920fa05d
Merge pull request #535 from ericchiang/cleanup-docker-containers-after-travis-tests
...
*: cleanup containers generated during tests to avoid deploy conflicts
10 years ago
Eric Chiang
1210fb5d8f
*: cleanup containers generated during tests to avoid deploy conflicts
10 years ago
Eric Chiang
263b933a34
Merge pull request #534 from ericchiang/fix-dockerfile
...
*: fix path to email config in dockerfile
10 years ago
Eric Chiang
dcc8908316
*: fix path to email config in dockerfile
10 years ago
Eric Chiang
d5744ab6e3
Merge pull request #532 from ericchiang/fix-travis-deployments
...
*: try to fix travis deployments by adding script with no arguments
10 years ago
Eric Chiang
ca4002a9c6
*: try to fix travis deployments by adding script with no arguments
10 years ago
Eric Chiang
ea55bee5fa
Merge pull request #526 from l0n3r4n83r/master
...
Fix standup-db.sh
10 years ago
Harsh Chauhan
b42398d3ab
Fix standup-db.sh
10 years ago
Eric Chiang
d1bb106f94
Merge pull request #521 from ericchiang/allow-dex-to-work-at-non-base-url
...
Allow dex to work at non base url
10 years ago
Eric Chiang
40c1ade816
Documentation: update connector callback documentation to use issuer URL
10 years ago
Eric Chiang
435cadfc19
*: more updates to prepend the correct API path
10 years ago
Eric Chiang
ede6300a84
*: by default, have dex listen at a non-root url
10 years ago
Eric Chiang
854b767273
*: update handlers to include issuer url in path
10 years ago
Eric Chiang
1e0ee1e435
Merge pull request #522 from ericchiang/fix-connector-handlers
...
connector: fix path that connectors listen on
10 years ago
Eric Chiang
8216a3d992
connector: fix path that connectors listen on
...
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.
10 years ago
Eric Chiang
216d26913f
Merge pull request #520 from squat/add-absolute-path-to-templates
...
backend: add absolute path to template links
10 years ago
Lucas Serven
0cc0c73676
backend: add absolute path to template links
...
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 }}">
````
10 years ago
Eric Chiang
1759b9602f
Merge pull request #517 from squat/change-flag-defaults-for-dev-mode
...
cmd: update flag defaults for dev mode
10 years ago
Lucas Serven
a9dce1c11e
cmd: update flag defaults for dev mode
...
Updates flags in dex-worker for no-db mode to work with default static
files.
10 years ago
Eric Chiang
33010e22c4
Merge pull request #487 from ericchiang/unify-email-config
...
*: depricate --email-from flag and move to email config files
10 years ago
Eric Chiang
edb010caa3
Merge pull request #510 from ericchiang/add-groups-scope-and-ldap-implementation
...
Add groups scope and LDAP implementation
10 years ago
Eric Chiang
607d9920d8
Documentation: document "groups" scope and LDAP implementation
10 years ago
Eric Chiang
a741bb5711
examples/app: add facilities for requesting groups
10 years ago
Eric Chiang
b02a3a3163
*: add "groups" scope
10 years ago
Eric Chiang
731dadb29d
connector: add a group interface and an LDAP implementation
10 years ago
Eric Chiang
af6aade6d0
Merge pull request #508 from ericchiang/remove-erroneous-logging-statement
...
connector: remove erroneous logging statement
10 years ago
Eric Chiang
0e6adc24d8
connector: remove erroneous logging statement
10 years ago
Eric Chiang
7378414e11
smtp: make "auth" and "port" config fields optional
...
Use "plain" auth if and only if username and password are provided.
Parse port from "host" field if it's provided.
10 years ago
Eric Chiang
f816cfb187
Merge pull request #499 from samueldg/fix_docs_typos
...
docs: fix various typos & Markdown lint issues
10 years ago
Eric Chiang
84f36b1697
Merge pull request #501 from ericchiang/clean-up-release-documentation
...
Documentation: clean up release documentation
10 years ago