Skip to content

Commit

Permalink
omit empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-r33d committed Feb 4, 2025
1 parent 62d9e5f commit 3f6f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/internal/auth/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type OIDCConfiguration struct {
IDTokenSigningAlgValuesSupported []string `json:"id_token_signing_alg_values_supported"`
RequireRequestURIRegistration bool `json:"require_request_uri_registration"`
PublicClientID string `json:"public_client_id,omitempty"`
CodeFlowPort string `json:"code_flow_port" default:"9000"`
CodeFlowPort string `json:"code_flow_port,omitempty"`
}

// DiscoverOPENIDConfiguration discovers the openid configuration for the issuer provided
Expand Down

0 comments on commit 3f6f987

Please sign in to comment.