Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scim Schema Extention #973

Open
sapila opened this issue Aug 2, 2017 · 2 comments
Open

Scim Schema Extention #973

sapila opened this issue Aug 2, 2017 · 2 comments

Comments

@sapila
Copy link

sapila commented Aug 2, 2017

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
Copy link
Member

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
Copy link
Contributor

hauntingEcho commented Sep 12, 2018

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 wso2/product-is#3487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants