koajs / bodyparser

Koa body parsing middleware
MIT License
1.3k stars 116 forks source link

Support scim json format #151

Closed caryyu closed 1 year ago

caryyu commented 1 year ago

As I'm recently starting to integrate the Okta SCIM into our system, I've discovered this lib doesn't provide a flexible way to extend the content-type for SCIM-JSON that the protocol asks for, here comes the proposal/workaround.

BTW: Maybe another better way is to expose the extension of jsonTypes outside the code :)

Here's the protocol detail: https://www.rfc-editor.org/rfc/rfc7644#section-3.12

Checklist

fengmk2 commented 1 year ago

4.4.0