Eric Chiang
b112aa2ecd
Merge pull request #869 from ericchiang/saml-response-to
...
*: validate InResponseTo SAML response field and make issuer optional
9 years ago
Eric Chiang
50b223a9db
*: validate InResponseTo SAML response field and make issuer optional
9 years ago
Eric Chiang
8b2956ddbc
Merge pull request #867 from ericchiang/xml-validation
...
glide.yaml: update goxmldsig
9 years ago
Eric Chiang
910d59865b
vendor: revendor
9 years ago
Eric Chiang
5888220965
glide.yaml: update goxmldsig
9 years ago
Eric Chiang
95d237003a
Merge pull request #855 from ericchiang/static-storage-fallthrough
...
storage: make static storages query real storages for some actions
9 years ago
Eric Chiang
af54f59202
Merge pull request #864 from ericchiang/spelling
...
*: fix spelling using github.com/client9/misspell
9 years ago
Eric Chiang
25fdaa67a7
Merge pull request #860 from ericchiang/oidc-broken-auth-header
...
connector/oidc: expose oauth2.RegisterBrokenAuthHeaderProvider
9 years ago
Eric Chiang
4c39bc20ae
storage: make static storages query real storages for some actions
...
If dex is configured with static passwords or clients, let the API
still add or modify objects in the backing storage, so long as
their IDs don't conflict with the static ones. List options now
aggregate resources from the static list and backing storage.
9 years ago
Eric Chiang
33f0199077
*: fix spelling using github.com/client9/misspell
9 years ago
Eric Chiang
f503ff7950
*: add documentation for the OpenID Connect provider
9 years ago
Eric Chiang
ac032e99f0
connector/oidc: expose oauth2.RegisterBrokenAuthHeaderProvider
9 years ago
rithu leena john
4bf74d8ac3
Merge pull request #862 from rithujohn191/update-api
...
api: Update timestamp type for RefreshTokenRef to int64.
9 years ago
rithu john
921090f05f
api: Update timestamp type for RefreshTokenRef to int64.
9 years ago
rithu leena john
84af5273c8
Merge pull request #854 from rithujohn191/conformance-tests
...
storage/conformance: update conformance tests with multiple entries per resource
9 years ago
rithu john
9e88924577
storage/conformance: update conformance tests with multiple entries per resource
9 years ago
rithu leena john
7a798844cc
Merge pull request #852 from ericchiang/fix-log-level
...
storage/kubernetes: log INFO level if TPR already exists, not ERROR
9 years ago
Eric Chiang
6cb38604d9
storage/kubernetes: log INFO level if TPR already exists, not ERROR
9 years ago
Eric Chiang
d31bb1c8d5
Merge pull request #848 from ericchiang/fix-sql-where-statement
...
storage/sql: add missing WHERE statement to refresh token update
9 years ago
Eric Chiang
0481fccd76
storage/sql: add missing WHERE statement to refresh token update
9 years ago
Eric Chiang
d6f4fa5d98
Merge pull request #844 from dmmcquay/master
...
update kubernetes example-app explanation
9 years ago
Derek McQuay
9b052f37c9
clearified redirect-uri and make cmd location
9 years ago
Derek McQuay
a6ab82d6c0
update kubernetes example-app explanation
...
Clarify some potentially confusing issues with how to run and build the
example-app binary.
9 years ago
Eric Chiang
90e9225e05
Merge pull request #842 from ericchiang/go-1-8
...
*: only use docker when releasing, update to Go 1.8, remove aci scripts
9 years ago
Eric Chiang
ee27a4f9f4
*: only use docker when releasing, update to Go 1.8, remove aci scripts
...
This change modifies our release process to only require Docker
when building a release and updates our released binary to use Go
1.8. It also removes our .aci scripts, which we've not been
regularly building.
A nice consequence is that OSX users can now build a release image.
9 years ago
Eric Chiang
95d54956e9
Merge pull request #840 from ericchiang/oidc-bump
...
*: update go-oidc and use standard library's context package
9 years ago
Eric Chiang
e5f60fe9dd
vendor: revendor
9 years ago
Eric Chiang
777eeafabc
*: update go-oidc and use standard library's context package
9 years ago
rithu leena john
6dd415997a
Merge pull request #835 from rithujohn191/fix-client-example
...
examples/grpc-client: minor corrections in the dex client example.
9 years ago
rithu john
08db0eb5ce
examples/grpc-client: minor corrections in the dex client example.
9 years ago
Eric Chiang
afe2e47e3d
Merge pull request #834 from pgburt/paulb-prod-users-integrations
...
Added produciton-users and integrations pages
9 years ago
Paul Burt
a660e7cd7a
Added produciton-users and integrations pages
9 years ago
Eric Chiang
3e5480a859
Merge pull request #829 from ericchiang/fix-keys-expiry
...
server: fix expiry detection for verification keys
9 years ago
Eric Chiang
920f6fb5cd
Merge pull request #825 from ericchiang/http2
...
storage/kubernetes: enable HTTP/2 support
9 years ago
Eric Chiang
2c4752d5d4
server: fix expiry detection for verification keys
9 years ago
rithu leena john
3797a71ec9
Merge pull request #812 from rithujohn191/example-client
...
examples: adding a gRPC client example.
9 years ago
Eric Chiang
38c77e0f33
storage/kubernetes: enable HTTP/2 support
9 years ago
rithu john
fa2f76bcdb
examples: adding a gRPC client example.
9 years ago
rithu leena john
bb896a8222
Merge pull request #823 from ericchiang/tpr-already-exists
...
storage/kubernetes: fix conflict error detection in TRP creation
9 years ago
Eric Chiang
a7b8e52b92
storage/kubernetes: fix conflict error detection in TRP creation
...
PR #815 fixed the Kubernetes storage implementation by correctly
returning storage.ErrAlreadyExists on POST conflicts. This caused a
regression in TPR creation (#822 ) when some, but not all, of the
resources already existed. E.g. for users upgrading from old
versions of dex.
Fixes #822
9 years ago
rithu leena john
8e562dac2d
Merge pull request #819 from SEJeff/patch-1
...
[storage.md] Fix the ThirdPartyResource syntax
9 years ago
Jeff Schroeder
58d80547ef
[storage.md] Fix the ThirdPartyResource syntax
...
This makes manually creating the `o-auth2-client.oidc.coreos.com` actually work.
9 years ago
Eric Chiang
cd93930934
Merge pull request #817 from ericchiang/fix-hash-bug
...
storage/kubernetes: fix hash initialization bug
9 years ago
Eric Chiang
1da2ae279c
storage/kubernetes: fix hash initialization bug
9 years ago
Eric Chiang
25b902b0c2
Merge pull request #815 from ericchiang/fix-k8s-storage
...
storage/kubernetes: fix kubernetes storage conformance test failures
9 years ago
Eric Chiang
4be029c6c1
storage/kubernetes: fix kubernetes storage conformance test failures
9 years ago
Eric Chiang
58eb25aa60
Merge pull request #813 from SEJeff/patch-1
...
[Makefile] Allow specifying VERSION as an env var
9 years ago
Jeff Schroeder
4630f69f17
[Makefile] Allow specifying VERSION as an env var
...
This makes specifying the VERSION when building native operating system packages require less hacks.
Refs: #811
9 years ago
Eric Chiang
af0d9cebd1
Merge pull request #810 from caarlos0/patch-1
...
simplified clone: using go get
9 years ago
Carlos Alexandro Becker
f57e19e6ab
simplified clone: using go get
9 years ago