auth0 / go-auth0

Go SDK for the Auth0 Management API.
https://auth0.com
MIT License
135 stars 54 forks source link

Omitempty connectionoptionsOIDC #423

Closed alexTendo closed 3 months ago

alexTendo commented 3 months ago

🔧 Changes

Mark the json fields in ConnectionOptionsOIDC as omit empty. This will allow creating a connection with just a discovery url.

📚 References

https://github.com/auth0/go-auth0/issues/422

🔬 Testing

Se referenced issue above

📝 Checklist