mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
Fix OIDC logout issue, improve test coverage, load provider once.
This commit is contained in:
@@ -30,6 +30,7 @@ type Config struct {
|
||||
ExcludedURLs []string `json:"excludedURLs"`
|
||||
AllowedUserDomains []string `json:"allowedUserDomains"`
|
||||
AllowedRolesAndGroups []string `json:"allowedRolesAndGroups"`
|
||||
OIDCEndSessionURL string `json:"oidcEndSessionURL"`
|
||||
HTTPClient *http.Client
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user