By: Sved Devs user 31 Jul 2020 at 11:11 a.m. CDT

2 Responses
Sved Devs gravatar
When I open a standard attribute (say, mail or sn etc.), I don't see the field "Include in SCIM extension" show up in the list. As a result I am unable to get these attributes show up under urn:ietf:params:scim:schemas:extension:gluu:2.0:User Is there anything that needs to be done so such attributes show up in the above schema when a user list is retrieved? We are using SCIM in Test Mode, if that matters.

By Jose Gonzalez staff 31 Jul 2020 at 11:30 a.m. CDT

Jose Gonzalez gravatar
If "Include in SCIM extension" does not appear it means the attribute is already part of core attributes, ie `urn:ietf:params:scim:schemas:core:2.0:User`. To learn more visit `https://<your-host>/identity/restv1/scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User`. Recommended reading: - ["How is SCIM data stored"](https://www.gluu.org/docs/gluu-server/user-management/scim2/#how-is-scim-data-stored) - [RFC 7643](https://tools.ietf.org/html/rfc7643)

By Sved Devs user 31 Jul 2020 at 2:44 p.m. CDT

Sved Devs gravatar
Thank you Jose.