Json Marshalling a ConnectionOptionsOIDC is causing failures when creating a new connection #422
Open
6 tasks done
Labels
bug
Something isn't working
Checklist
Description
When I attempt to create an oidc connection with just a discovery url I am receiving the following error.
"options.issuer" must be a string
This was working previously I'm not exactly sure when this broke as we don't use this endpoint very often
Expectation
expected: json to marshal correctly into the following with no null values
actual: json includes null values
example incorrect payload with null values:
If I remove the null values and hit the endpoint directly this is a valid request
Reproduction
Auth0 Go SDK version
v1.8.0
The text was updated successfully, but these errors were encountered: