add missing omitempty

This commit is contained in:
Livio Amstutz 2021-10-28 15:37:00 +02:00
parent 1d72aff00a
commit 2ad9f081da

View file

@ -38,7 +38,7 @@ type DiscoveryConfiguration struct {
JwksURI string `json:"jwks_uri,omitempty"`
//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 []string `json:"scopes_supported,omitempty"`