Ajout paramètre pour définir l'acr_value #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "acr_values"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -54,6 +54,7 @@ type OIDCConfig struct {
RedirectURL string `yaml:"redirectUrl" env:"OIDC_REDIRECT_URL"`
PostLogoutRedirectURL string `yaml:"postLogoutRedirectURL" env:"OIDC_POST_LOGOUT_REDIRECT_URL"`
InsecureSkipVerify bool `ymal:"insecureSkipVerify" env:"OIDC_INSECURE_SKIP_VERIFY"`
AcrValues string `ymal:"acrValues" env:"OIDC_ACR_VALUES"`
Il y a une typo sur le tag
ymal
->yaml
. Sur la ligne précédente aussi d'ailleurs.