wso2 / carbon-identity-framework

Apache License 2.0
120 stars 541 forks source link

Scim Schema Extention #973

Open sapila opened 7 years ago

sapila commented 7 years ago

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 schema

    "schemas": [
        "urn:scim:schemas:core:1.0"
    ],

Is this correct ? What do i need to do to actually get an extended response ?

madurangasiriwardena commented 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

hauntingEcho commented 6 years ago

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