Eric Chiang
29bc098620
Merge pull request #1290 from srenatus/sr/release-process/update-quay-notes
...
release process: update quay notes
8 years ago
Stephan Renatus
1260c62a80
Merge pull request #1296 from srenatus/sr/nuke-check-go-version
...
scripts,Makefile: nuke check-go-version
8 years ago
Stephan Renatus
86a3346b64
scripts,Makefile: nuke check-go-version
...
Fixes #1291
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Stephan Renatus
666356d22d
Merge pull request #1266 from byxorna/gabe/fix-etcd-timeout-bug
...
fix timeout bug for etcd3 client connect
8 years ago
Stephan Renatus
4a6da13097
Merge pull request #1253 from vasartori/master
...
Fix #1252
8 years ago
Victor Sartori
1ea1d809a1
Update alpine to 3.8
8 years ago
Stephan Renatus
9cc85c447c
examples/k8s: reference quay.io/dexidp
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Stephan Renatus
1309c1f037
dev-releases.md, Makefile: update release process
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Eric Chiang
bb75dcd793
Merge pull request #1283 from srenatus/sr/move-github-org/fix-imports
...
Finish GitHub org move
8 years ago
Stephan Renatus
9f10e5d020
revendor
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Stephan Renatus
14b89029c9
bill-of-materials: nuke
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Stephan Renatus
b9f6594bf0
*: github.com/coreos/dex -> github.com/dexidp/dex
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Stephan Renatus
974617a426
Merge pull request #1285 from srenatus/sr/ldap/treat-bind-constraint-violation-as-bad-login
...
connectors/ldap: treat 'constraint violation' on bind as bad credentials
8 years ago
Stephan Renatus
6a2d4ab6b4
connectors/ldap: treat 'constraint violation' on bind as bad credentials
...
Some directory servers (I think it's Oracle) return
Constraint Violation: Exceed password retry limit. Account locked.
when attempting to login too many times. While constraint violation can
mean many things, we're checking this as an error on BIND, so it's
more likely that something like this has happened than any other thing.
Hence, we should treat it as an "incorrect password" situation, not an
internal error.
It would of course be preferrable to surface more information about this
precise error (and similar ones), but I think this is beyond this small
change.
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
rithu leena john
3bbc2c0bde
Merge pull request #1280 from rithujohn191/maintainer-list
...
*: update the maintainers list
8 years ago
Eric Chiang
4dc3347106
Merge pull request #1279 from AnianZ/master
...
fix default baseURL for GitLab connector
8 years ago
Stephan Renatus
4caf82c1e9
Merge pull request #1258 from montaro/fix-odic-doc-broken-link
...
Fix a broken link in the oidc readme
8 years ago
Stephan Renatus
cabdcb1eb0
Merge pull request #1259 from montaro/fix-typo-in-README
...
fix typo in README
8 years ago
Stephan Renatus
e3e37504ca
Merge pull request #1269 from tw3rp/patch-1
...
[version_update] Update the version to the latest
8 years ago
rithu john
9de19cb899
*: update the maintainers list
8 years ago
Anian Z
5454a4729f
fix default baseURL for gitlab connector
8 years ago
tw3rp
49bbcd343f
[version_update] Update the version to the latest
...
Version mentioned in this example is very old and was causing issues
8 years ago
Gabe Conradi
94bd948aac
fix timeout bug for etcd3 client connect
8 years ago
Ahmed ElRefaey
b71bec2ba1
fix typo in README
8 years ago
Ahmed ElRefaey
32e9570116
Fix a breoken link in the oidc readme
...
Fixed a broken link to An overview of OpenID Connect
8 years ago
Victor Sartori
780a359f8e
Fix #1252
8 years ago
Eric Chiang
036e5d050d
Merge pull request #1226 from joedborg/examples-cleanup
...
Removing whitespace
8 years ago
Eric Chiang
384db1f33e
Merge pull request #1231 from mklan/patch-1
...
Update using-dex.md
8 years ago
Eric Chiang
0822f1d4d3
Merge pull request #1232 from silenceshell/patch-1
...
fix typo
8 years ago
Eric Chiang
bf3ffb53a0
Merge pull request #1233 from kpschuck/master
...
Updates go to 1.10.2 to support SHA-512 for ldaps
8 years ago
Kevin Schuck
ca3d73c36d
Updates go to 1.10.2 to support SHA-512 for ldaps
8 years ago
silenceshell
468b5e3f0a
fix typo
...
Should `pulic` be `public`?
8 years ago
Matthias Klan
481f1276a8
Update using-dex.md
...
fix wrong port from example
8 years ago
Joe Borg
fc8b20ba35
Removing whitespace
8 years ago
Eric Chiang
0d3edf2456
Merge pull request #1208 from ericchiang/go10
...
*: update build to Go 1.10
8 years ago
Eric Chiang
264484075a
*: update build to Go 1.10
8 years ago
Eric Chiang
f2eac0e723
Merge pull request #1200 from carbin-gun/master
...
Update check go major version way
8 years ago
charles.deng
d92c21b9f9
Update check go major version way
...
the previous one just keep one prefix number as the major number, it should be the whole number after the dot.
8 years ago
Eric Chiang
218d671a96
Merge pull request #1198 from srenatus/sr/add-test-case-for-tampered-nameid-field-with-comment
...
saml: add tests case covering tampered NameID field (comment)
8 years ago
Stephan Renatus
608260d0f1
saml: add tests case covering tampered NameID field (comment)
...
As sketched here:
https://developer.okta.com/blog/2018/02/27/a-breakdown-of-the-new-saml-authentication-bypass-vulnerability
Thought it was interesting to see how our SAML connector behaved. And
it seems to be behaving well. :)
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Eric Chiang
39a66d1496
Merge pull request #1195 from Skn0tt/patch-1
...
Add missing word
8 years ago
Simon Knott
822a10cede
Add missing word
8 years ago
Eric Chiang
01d63b086f
Merge pull request #1176 from vyshane/master
...
New id_provider scope that adds the connector ID and user ID to the ID token claims
8 years ago
Vy-Shane Xie
b03c85e56e
Add new federated:id scope that causes Dex to add a federated_claims claim containing the connector_id and user_id to the ID token
8 years ago
Eric Chiang
ce686390a5
Merge pull request #1144 from srenatus/sr/support-direct-post-without-get-first
...
handlers/connector_login: update AuthRequest irregardless of method
8 years ago
Eric Chiang
c0bcc81997
Merge pull request #1171 from pmcgrath/1170-fix-typos
...
1170 - Fix comment typos
8 years ago
pmcgrath
4aec353aec
1170 - Fix comment typos
...
BsaeDN should be BaseDN
8 years ago
Eric Chiang
1dbecefadf
Merge pull request #1166 from ericchiang/coc
...
automated PR: update CoC and legalese
8 years ago
Eric Chiang
f83c86cead
Merge pull request #1168 from ericchiang/connector-docs
...
README: expand connector docs and assign each a level of support
8 years ago
Eric Chiang
ea2c63d7b0
README: expand connector docs and assign each a level of support
8 years ago