Open sapila opened 7 years ago
Please follow the steps in [1]. If you have further questions, feel free to drop a mail at dev@wso2.org
[1] https://medium.com/@Dilshani/scim-extension-in-wso2-is-d30e8b0e8bc6
as a heads-up, the way that article recommends configuring them will violate The SCIM protocol ("Except for the base object schema, the schema extension URI SHALL be used as a JSON container to distinguish attributes belonging to the extension namespace from base schema attributes."). See also https://github.com/wso2/product-is/issues/3487
So i am trying to extend Scim Schema but even though i have enabled extention
<Property name="user-schema-extension-enabled">true</Property>
When i call Scim Api it still returns using only the core schemaIs this correct ? What do i need to do to actually get an extended response ?