add missing omitempty
This commit is contained in:
parent
1d72aff00a
commit
2ad9f081da
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type DiscoveryConfiguration struct {
|
||||||
JwksURI string `json:"jwks_uri,omitempty"`
|
JwksURI string `json:"jwks_uri,omitempty"`
|
||||||
|
|
||||||
//RegistrationEndpoint is the URL for the Dynamic Client Registration.
|
//RegistrationEndpoint is the URL for the Dynamic Client Registration.
|
||||||
RegistrationEndpoint string `json:"registration_endpoint"`
|
RegistrationEndpoint string `json:"registration_endpoint,omitempty"`
|
||||||
|
|
||||||
//ScopesSupported lists an array of supported scopes. This list must not include every supported scope by the OP.
|
//ScopesSupported lists an array of supported scopes. This list must not include every supported scope by the OP.
|
||||||
ScopesSupported []string `json:"scopes_supported,omitempty"`
|
ScopesSupported []string `json:"scopes_supported,omitempty"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue