Closed AnuradhaSK closed 2 weeks ago
In case type
is a needed subattribute this issue need to be fixed.
https://github.com/wso2/charon/blame/master/modules/charon-core/src/main/java/org/wso2/charon3/core/schema/SCIMSchemaDefinitions.java#L999
SCIMConstants.RoleSchemaConstants.USERS_TYPE_URI
should be used instead of
SCIMConstants.RoleSchemaConstants.GROUPS_TYPE_URI
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Describe the issue: Role resource has two attributes as
users
andgroups
. their sub-attributes as follows.type
subattribute is not needed for these attributes.sub-attributes of users:
display
,value
,$ref
,type
https://github.com/wso2/charon/blame/master/modules/charon-core/src/main/java/org/wso2/charon3/core/schema/SCIMSchemaDefinitions.java#L1064sub-attributes of groups:
display
,value
,$ref
,type
https://github.com/wso2/charon/blame/master/modules/charon-core/src/main/java/org/wso2/charon3/core/schema/SCIMSchemaDefinitions.java#L1074Anyway, that subattribute doesn't return in Role resource response. but need to remove in code
Response of the Role retrieval:
Expected behavior:
Environment information (Please complete the following information; remove any unnecessary fields) :