This commit is contained in:
Livio Amstutz 2021-02-12 06:47:16 +01:00
parent 0ca2370d48
commit 01ff740f4e
3 changed files with 52 additions and 40 deletions

View file

@ -19,7 +19,7 @@ type DiscoveryConfiguration struct {
CheckSessionIframe string `json:"check_session_iframe,omitempty"`
JwksURI string `json:"jwks_uri,omitempty"`
ScopesSupported []string `json:"scopes_supported,omitempty"`
ResponseTypesSupported []string `json:"response_types_supported"`
ResponseTypesSupported []string `json:"response_types_supported,omitempty"`
ResponseModesSupported []string `json:"response_modes_supported,omitempty"`
GrantTypesSupported []GrantType `json:"grant_types_supported,omitempty"`
ACRValuesSupported []string `json:"acr_values_supported,omitempty"`