dependabot[bot]
b43bebcdb0
build(deps): bump golang.org/x/crypto in /examples
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20220112180741-5e0467b6c7ce to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
e02e0ac388
build(deps): bump golang.org/x/net in /examples ( #2846 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20220114011407-0dd24b26b47d to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
c6d4225227
build(deps): bump golang.org/x/sys in /examples ( #2837 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.0.0-20220114195835-da31bd327af9 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Björn Busse
4a0218e87c
grpc-client: Do not crash on empty response ( #2584 )
...
Signed-off-by: Björn Busse <bj.rn@baerlin.eu>
4 years ago
leigh capili
466b42dfcd
Bump image in examples/k8s/dex.yaml to v2.32.0
...
Signed-off-by: leigh capili <leigh@null.net>
4 years ago
m.nabokikh
6822ad950f
feat: enable profiling endpoints
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
4 years ago
Mark Sagi-Kazar
eb26422bdc
chore(examples): update dependencies
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
4 years ago
Eng Zer Jun
f0186ff265
refactor: move from io/ioutil to io and os package
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
5 years ago
Radoslav Dimitrov
6865d84ae4
Bump Dex image to v2.30.0 for Kubernetes deployment example
...
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
5 years ago
Jesse Glick
65edeff231
Include explanation in comment: https://github.com/dexidp/dex/pull/2218#discussion_r679873279
...
Signed-off-by: Jesse Glick <jglick@cloudbees.com>
5 years ago
Jesse Glick
f1d4fec45e
Demonstrate use of `htpasswd` for bCrypt in `staticPasswords`
...
Signed-off-by: Jesse Glick <jglick@cloudbees.com>
5 years ago
noesberger
e51704e41a
set readinessProbe to https
...
Fix the error
Readiness probe failed: Get "http://100.105.5.5:5556/healthz ": dial tcp 100.105.5.5:5556: connect: connection refused
Client sent an HTTP request to an HTTPS server.
5 years ago
m.nabokikh
beb8911cf7
chore: add note about units to expire config
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
m.nabokikh
91de99d57e
feat: Add refresh token expiration and rotation settings
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
Maksim Nabokikh
226c91df06
Apply suggestions from code review
...
Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
m.nabokikh
e13aac4963
Switch to gomplate
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
m.nabokikh
891fa1785f
Remove entrypoint.sh, add config template example
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
Mark Sagi-Kazar
27a43669a7
chore: add new development configuration
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
5 years ago
Martin Heide
c12c340e3c
Extend OpenLDAP example for LDAPS
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
5 years ago
Mark Sagi-Kazar
0a88483409
chore: rename the docs directory
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
5 years ago
Mark Sagi-Kazar
7775a7e27a
Update oidc library in example app
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
5 years ago
Maksim Nabokikh
35da73de38
chore: add frontend section to dev config ( #1913 )
...
* chore: add frontend section to dev config
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
m.nabokikh
f2f19fa0d7
chore: make example-app form prettier
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
IM CHAECHEOL
f2fcb2c989
update example/k8s/dex.yaml
...
Signed-off-by: IM CHAECHEOL <dlacocjf32@gmail.com>
5 years ago
Isaac Parker
0af41fb4ca
docs: Correct tlsClientCA example reference
...
Signed-off-by: Isaac Parker <parrotmac@gmail.com>
5 years ago
Mark Sagi-Kazar
6dadc26ca2
Move the example app to th examples folder
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
6 years ago
Martin Heide
521954a3b9
Improve formatting
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
6 years ago
Martin Heide
705cf8bb6a
Rework to use docker-compose
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
6 years ago
Martin Heide
ce337661b9
Add missing slapd.sh script from LDAP docs, and convert it to using Docker
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
6 years ago
justin-slowik
9882ea453f
better support for /device/callback redirect uris with public clients.
...
Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
6 years ago
justin-slowik
f6d8427f32
Added device flow static client to config-dev.yaml
...
Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
6 years ago
Justin Slowik
9bbdc721d5
Device flow token code exchange ( #2 )
...
* Added /device/token handler with associated business logic and storage tests.
Perform user code exchange, flag the device code as complete.
Moved device handler code into its own file for cleanliness. Cleanup
* Removed PKCE code
* Rate limiting for /device/token endpoint based on ietf standards
* Configurable Device expiry
Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
6 years ago
Mark Sagi-Kazar
e84682d7b9
Add v2 api module
6 years ago
Nandor Kracser
5b7a664e9d
add docker-compose for local testing
6 years ago
Brian Candler
442d3de11d
Allow the "google" connector to work without a service account
...
Fixes #1718
6 years ago
Zach Brown
13be146d2a
Add support for password grant #926
6 years ago
Vitaliy Dmitriev
f2e7823db9
connector/ldap: add multiple user to group mapping
...
Add an ability to fetch user's membership from
groups of a different type by specifying multiple
group attribute to user attribute value matchers
in the Dex config:
userMatchers:
- userAttr: uid
groupAttr: memberUid
- userAttr: DN
groupAttr: member
In other words the user's groups can be fetched now from
ldap structure similar to the following:
dn: cn=john,ou=People,dc=example,dc=org
objectClass: person
objectClass: inetOrgPerson
sn: doe
cn: john
uid: johndoe
mail: johndoe@example.com
userpassword: bar
dn: cn=qa,ou=Groups,ou=Portland,dc=example,dc=org
objectClass: groupOfNames
cn: qa
member: cn=john,ou=People,dc=example,dc=org
dn: cn=logger,ou=UnixGroups,ou=Portland,dc=example,dc=org
objectClass: posixGroup
gidNumber: 1000
cn: logger
memberUid: johndoe
Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>
6 years ago
Tom Downes
963b8e992d
Add examples for recent additions to oauth2 configuration options
7 years ago
Tyler Cloke
dd84e73c0e
Add VerifyPassword to API
...
It takes in an email and plain text password to verify. If it fails to find a password stored for email, it returns not_found. If it finds the password hash stored but that hash doesn't match the password passed via the API, it returns verified = false, else it returns verified = true.
Co-authored-by: Alban Seurat <alban.seurat@me.com>
7 years ago
Mark Sagi-Kazar
c48cb36e8f
Fix typo
7 years ago
Takashi Okamoto
2d7de4ec70
Add Active Directory and kubeloing integration sample.
7 years ago
joannano
88d1e2b041
keystone: test cases, refactoring and cleanup
7 years ago
Krzysztof Balka
a965365a2b
keystone: refresh token and groups
7 years ago
knangia
0774a89066
keystone: squashed changes from knangia/dex
7 years ago
Owen Tuz
58093dbb29
Kubernetes example: Add RBAC resources and serviceAccount to YAML manifest, remove some references to deprecated TPR approach
7 years ago
Stephan Renatus
9cc85c447c
examples/k8s: reference quay.io/dexidp
...
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
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
Joe Borg
fc8b20ba35
Removing whitespace
8 years ago
Frederic Branczyk
5f03479d29
*: Add go runtime, process, HTTP and gRPC metrics
8 years ago