Rob Kenis
d0e5852835
Make maxRetries and delay configurable with config files
2023-10-24 17:09:39 +02:00
Rob Kenis
96c5dbd992
Retry retrieving an access token with exponential backoff
...
When the OIDC provider is unavailable when a new token is requested, the client
is stuck for an indefinite state. This is only resolved by restarting the client or
the server.
With this feature, we want to achieve a scenario where a token is requested for a
set amount of retries when the OIDC provider is not available.
2023-10-24 16:57:53 +02:00
fatedier
5e70d5bee0
code optimization ( #3625 )
2023-09-20 15:18:50 +08:00
fatedier
7cd02f5bd8
add e2e tests for v1 config ( #3608 )
2023-09-13 16:32:39 +08:00
fatedier
c95311d1a0
support yaml/json/toml configuration format, make ini deprecated ( #3599 )
2023-09-06 10:18:02 +08:00
fatedier
4915852b9c
use constant time comparison ( #3452 )
2023-05-29 00:27:27 +08:00
0x7fff
af0b7939a7
feat: odic refine ( #3202 )
...
Co-authored-by: Matt Feury <mattfeury@gmail.com>
2022-12-12 15:10:38 +08:00
Matt Feury
649df8827c
feat: Support OIDC scope parameter ( #3192 )
2022-12-09 11:46:34 +08:00
fatedier
9d077b02cf
lint by golangci-lint ( #3080 )
2022-08-29 01:02:53 +08:00
Blizard
cd31359a27
feat: support add additional params for OIDC ( #2814 )
...
* feat: support add additional params and test access by auth0
* fix: config name
Co-authored-by: blizard863 <760076784@qq.com>
2022-03-07 14:23:49 +08:00
yuyulei
3621aad1c1
Reconstruct config ( #2098 )
...
* refactoring config
* Update by comments
2021-01-26 11:31:08 +08:00
fatedier
3fbdea0f6b
rename models to pkg ( #2005 )
2020-09-23 13:49:14 +08:00