We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ab8f commit 71b7500Copy full SHA for 71b7500
pkg/oidc/token_request.go
@@ -240,6 +240,6 @@ type ClientCredentialsRequest struct {
240
Scope SpaceDelimitedArray `schema:"scope"`
241
ClientID string `schema:"client_id"`
242
ClientSecret string `schema:"client_secret"`
243
- ClientAssertion string `schema:"client_assertion"`
244
- ClientAssertionType string `schema:"client_assertion_type"`
+ ClientAssertion string `schema:"client_assertion,omitempty"`
+ ClientAssertionType string `schema:"client_assertion_type,omitempty"`
245
}
0 commit comments