You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design around AmbientRequestMessageService uses an ambient context pattern. This was to quickly iterate on implementing query projection.
Abstract:
ScimContractResolver is instantiated once, but must conditionally serialize attributes per request - based upon request query-string parameters.
Is there a better way to introduce SCIM projection other than json.net? Or, can we leverage json.net differently to inject request information upon serialization?
The text was updated successfully, but these errors were encountered:
The design around AmbientRequestMessageService uses an ambient context pattern. This was to quickly iterate on implementing query projection.
Abstract:
ScimContractResolver is instantiated once, but must conditionally serialize attributes per request - based upon request query-string parameters.
Is there a better way to introduce SCIM projection other than json.net? Or, can we leverage json.net differently to inject request information upon serialization?
The text was updated successfully, but these errors were encountered: