Eric Chiang
9c176dd1bd
Merge pull request #1090 from lsjostro/fix-link-regexp
...
connector/gitlab: Fix regexp in Link parser
9 years ago
Eric Chiang
5ea886473c
Merge pull request #1094 from devonbarrett/supplied-typo
...
fixes typo: s/suppied/supplied/
9 years ago
Devon Barrett
eb14a8245c
fixes typo: s/suppied/supplied/
9 years ago
rithu john
82879b3b3e
travis.yml: bump golang version
9 years ago
Lars Sjöström
4605fdd551
connector/gitlab: Fix regexp in Link parser
9 years ago
rithu leena john
fe1516332c
Merge pull request #1088 from dpacierpnik/cross-clients-audience-claim-fix
...
Cross clients improvement - requesting client ID always added to the audience claim
9 years ago
Damian Pacierpnik
e3c9b49299
Cross clients improvement - requesting client ID always added to the audience claim
9 years ago
Eric Chiang
0aabf2d1ea
Merge pull request #1085 from rphillips/fixes/http_client_timeout
...
add client request timeout
9 years ago
Ryan Phillips
0318cd99b0
add client request timeout and dialer deadline
9 years ago
Eric Chiang
fe2aee364c
Merge pull request #1086 from coreos/chancez-patch-1
...
storage/kubernetes: Log before registering custom resources
9 years ago
Chance Zibolski
9d7b0b59bd
storage/kubernetes: Log before registering custom resources
...
Logging before attempting to make any connection to Kubernetes is useful when the connection hangs and dex is killed before it can log any errors.
9 years ago
rithu leena john
904c3facd9
Merge pull request #1081 from lrolaz/crd_rbac_doc
...
Add Documentation about customresourcedefinitions creation role
9 years ago
Laurent Rolaz
cca0275b0b
Add Documentation about customresourcedefinitions creation role
9 years ago
Eric Chiang
2c468ea8a0
Merge pull request #1068 from furuholm/multi-stage-docker-build
...
Replace docker-build script with multi-stage build
9 years ago
Tobias Furuholm
b6c3074ba0
Replace docker-build script with multi-stage build
9 years ago
rithu leena john
64c97c7308
Merge pull request #1071 from rithujohn191/crd-fix
...
storage/kubernetes: Correct the OfflineSession object CRD definition
9 years ago
rithu john
d2706fcab8
storage/kubernetes: Correct the OfflineSession object CRD definition
9 years ago
rithu leena john
4c435db52e
Merge pull request #1067 from rithujohn191/migrate-tprs
...
Documentation: add docs for TPR to CRD migration
9 years ago
rithu john
34dcf6c9a0
Documentation: add docs for TPR to CRD migration
9 years ago
rithu leena john
03de0ecbeb
Merge pull request #1062 from rithujohn191/crd-migration
...
storage/kubernetes: add CRD support
9 years ago
rithu john
1311caf864
storage/kubernetes: add CRD support
9 years ago
Eric Chiang
4d9f5dbaa1
Merge pull request #1063 from amrutac/update-styles
...
Updates coreos themes and icons for various providers
9 years ago
Eric Chiang
4c0cac64eb
Merge pull request #1064 from ericchiang/gofmt-fix
...
Makefile: error out if go files aren't correctly formatted
9 years ago
Eric Chiang
980400db0b
Makefile: error out if go files aren't correctly formatted
...
Noticed in #1058 that our gofmt make target isn't actually erroring
if someone commits misformatted code.
9 years ago
Amruta Chitnis
df8fc84851
Updates coreos themes and icons for various providers
9 years ago
rithu john
146481375e
[WIP]: add CRD support
9 years ago
Eric Chiang
38d0de20e3
Merge pull request #1056 from ericchiang/fix-api-panic
...
server: fix panic caused by deleting refresh token twice through api
9 years ago
Eric Chiang
f234e3707e
server: fix panic caused by deleting refresh token twice through api
9 years ago
rithu leena john
e10fddee2e
Merge pull request #1031 from estroz/docs-update
...
Documentation: fix redirect caveat description
9 years ago
Eric Stroczynski
7079bb5316
Documentation: add org info req, remove redirect caveat
...
The redirect caveat is being removed to avoid user confusion and is
not important outside of testing.
9 years ago
Eric Stroczynski
9517d17ed2
Merge pull request #1050 from estroz/oidc-certification-docs
...
Documentation: OIDC conformance test setup
9 years ago
Eric Stroczynski
9c6b6d565e
Documentation: oidc conformance test case and issue tables
9 years ago
Eric Stroczynski
a065533256
Documentation: OIDC conformance test setup
9 years ago
rithu leena john
3445895647
Merge pull request #1046 from rithujohn191/static-password-fix
...
storage/static.go: storage backend should not explicitly lower-case email ids.
9 years ago
rithu john
fd4f57b5f3
storage/static.go: storage backend should not explicitly lower-case email ids.
9 years ago
rithu leena john
e40c01ec39
Merge pull request #1022 from ericchiang/ldap-example
...
*: add "getting started" example for LDAP
9 years ago
Eric Chiang
50f2905cac
*: add standup script for LDAP
9 years ago
Eric Stroczynski
9b46267659
Merge pull request #1040 from estroz/change-bcrypt-default
...
server: set sane bcrypt cost upper bound
9 years ago
Eric Stroczynski
763e174a7f
Merge pull request #1039 from estroz/move-group-scope-check
...
connector/github: fix groups scope check when 'orgs' is populated
9 years ago
Eric Stroczynski
ce9ac761a6
connector/github: abstract scope check and group getter
9 years ago
Eric Stroczynski
2b354c8fdb
server: set sane bcrypt cost upper bound
9 years ago
rithu leena john
e59d67f466
Merge pull request #1038 from xogroup/github-enterprise
...
When connecting to GitHub Enterprise, force email verified field to true
9 years ago
Chien Huey
99370b5880
Updated comment to include reference to GitHub Enterprise not supporting verified emails
9 years ago
Eric Stroczynski
e92f38f38f
connector/github: error if no groups scope without orgs
...
We should always check if a user is in any orgs or teams specified
in config, and whether the groups scope is also included in client
requests. If not, return an error, because dex wouldn't have required
permissions to do the request anyway (need read:org).
9 years ago
Chien Huey
98f6a217d3
When connecting to GitHub Enterprise, force email verified field to true
9 years ago
Eric Stroczynski
20fd3163d9
Merge pull request #1036 from estroz/debug-to-info-github
...
connector/github: debug->info logging, informative userInOrg msg
9 years ago
Eric Stroczynski
5894d017d5
connector/github: debug->info logging, more informative userInOrg msg
9 years ago
Eric Stroczynski
b84721cbda
Merge pull request #1035 from estroz/user-login-github-patch
...
connector/github: fix username used when making API requests
9 years ago
Eric Stroczynski
484327fd5f
connector/github: only user users' login name in API reqs
9 years ago
Eric Stroczynski
7e580ec2b2
Merge pull request #1029 from estroz/doc-link-fix
...
Documentation: fixed GitHub link syntax
9 years ago