Bob Maertz
ad31b5d6f7
Passing context storage ( #3941 )
...
Signed-off-by: Bob Maertz <1771054+bobmaertz@users.noreply.github.com>
1 year ago
Sean Liao
0b6a78397e
use slog for structured logging ( #3502 )
...
Signed-off-by: Sean Liao <sean+git@liao.dev>
2 years ago
Maksim Nabokikh
60ddd188c0
Update go-jose to v4.0.1 ( #3409 )
...
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
Co-authored-by: Matthias Loibl <mail@matthiasloibl.com>
2 years ago
m.nabokikh
06c8ab5aa7
Fixes of naming and code style
...
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
Josh Soref
22de6da60b
spelling: signatures
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
5 years ago
Josh Soref
3f8fdbf314
spelling: rotator
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
5 years ago
Stephan Renatus
d9487e553b
*: fix some lint issues
...
Mostly gathered these using golangci-lint's deadcode and ineffassign
linters.
Signed-off-by: Stephan Renatus <srenatus@chef.io>
7 years ago
Mark Sagi-Kazar
be581fa7ff
Add logger interface and stop relying on Logrus directly
7 years ago
Stephan Renatus
b9f6594bf0
*: github.com/coreos/dex -> github.com/dexidp/dex
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
Eric Stroczynski
4a88d0641a
: update {S->s}irupsen/logrus
9 years ago
rithu john
753526a506
server/rotation.go: Fix key rotation with multiple dex instances.
9 years ago
rithu john
dd1e901dd9
server/rotation.go: avoid displaying the "keys already rotated" error
9 years ago
Eric Chiang
777eeafabc
*: update go-oidc and use standard library's context package
9 years ago
Eric Chiang
2c4752d5d4
server: fix expiry detection for verification keys
9 years ago
Eric Chiang
f926d74157
server: fixes for the implicit and hybrid flow
...
Accept the following response_type for the implicit flow:
id_token
token id_token
And the following for hybrid flow
code id_token
code token
code token id_token
This corrects the previous behavior of the implicit flow, which
only accepted "token" (now correctly rejected).
9 years ago
rithu john
9949a1313c
server: modify error messages to use logrus.
9 years ago
Eric Chiang
892fa3fe35
server: rename "rotationStrategy.period" to "rotationFrequency"
...
gorename command run:
gorename \
-from '"github.com/coreos/dex/server".rotationStrategy.period' \
-to rotationFrequency
10 years ago
Eric Chiang
d8033999d5
server: fix key rotation polling
10 years ago
Eric Chiang
4296604f11
{cmd,server}: move garbage collection logic to server
10 years ago
Eric Chiang
bfe560ee21
rename
10 years ago
Eric Chiang
cab271f304
initial commit
10 years ago