fix: modify ACRValues parameter type to space separated strings (#388)
Co-authored-by: Giulio Ruggeri <giulio.ruggeri@posteitaliane.it>
This commit is contained in:
parent
a446f4f9da
commit
e43ac6dfdf
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ type AuthRequest struct {
|
||||||
UILocales Locales `json:"ui_locales" schema:"ui_locales"`
|
UILocales Locales `json:"ui_locales" schema:"ui_locales"`
|
||||||
IDTokenHint string `json:"id_token_hint" schema:"id_token_hint"`
|
IDTokenHint string `json:"id_token_hint" schema:"id_token_hint"`
|
||||||
LoginHint string `json:"login_hint" schema:"login_hint"`
|
LoginHint string `json:"login_hint" schema:"login_hint"`
|
||||||
ACRValues []string `json:"acr_values" schema:"acr_values"`
|
ACRValues SpaceDelimitedArray `json:"acr_values" schema:"acr_values"`
|
||||||
|
|
||||||
CodeChallenge string `json:"code_challenge" schema:"code_challenge"`
|
CodeChallenge string `json:"code_challenge" schema:"code_challenge"`
|
||||||
CodeChallengeMethod CodeChallengeMethod `json:"code_challenge_method" schema:"code_challenge_method"`
|
CodeChallengeMethod CodeChallengeMethod `json:"code_challenge_method" schema:"code_challenge_method"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue