pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
176 stars 72 forks source link

Fix ability to customize Json mapping #148

Open yurybubnov opened 3 years ago

yurybubnov commented 3 years ago

Please be aware that Ping Identity does not accept third-party contributions at this time! Please see our contribution guidelines.

What does this implement/fix? Explain your changes.

Removes static from MapperFactory so JSON serialization could be customized. Right now it is incompatible with Okta's version of SCIM messages. Namely, fields roles and entitlements. This fix allows customized json payload so the library is compatible

Does this close any currently open issues?

Issue #147