v6.0.3
- Fix
CreateGroupPushMappingAPI request body structure #570. Thanks @aditya-okta - Fix "data matches more than one schema in oneOf" error when creating/reading OIDC applications with JWKS keys #571. Thanks @aditya-okta
- Add fallback logic in
oneOfdiscriminator unmarshalling that returns nil instead of an error when the discriminator value doesn't match any explicit mapping #571 - Add
OAuth2ClientJsonWebKeySetschema for JWKS API responses #571 - Add missing fields to JWKS schemas (
alg,use,created,id,lastUpdated,_links) #571 - Add
crv(curve) field to EC key schemas for ECDSA key support #571 - Add named schema
OpenIdConnectApplicationSettingsClientKeysKeysInnerto ensure JWKS key documentation is generated #571