Ajout paramètre pour définir l'acr_value #3

Merged
wpetit merged 2 commits from acr_values into master 2023-03-02 16:33:07 +01:00
Owner
No description provided.
mlamalle added 1 commit 2023-03-02 16:21:52 +01:00
wpetit requested changes 2023-03-02 16:27:48 +01:00
@ -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"`
Owner

Il y a une typo sur le tag ymal -> yaml. Sur la ligne précédente aussi d'ailleurs.

Il y a une typo sur le tag `ymal` -> `yaml`. Sur la ligne précédente aussi d'ailleurs.
wpetit marked this conversation as resolved
mlamalle added 1 commit 2023-03-02 16:32:29 +01:00
wpetit approved these changes 2023-03-02 16:32:58 +01:00
wpetit merged commit 927fdbce47 into master 2023-03-02 16:33:07 +01:00
wpetit deleted branch acr_values 2023-03-02 16:33:07 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cadoles/goweb-oidc#3
No description provided.