Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:modules_scim [2019/03/04 10:19]
kotisovam [Admin guide (to be completed)] change of title
devel:documentation:modules_scim [2019/08/16 09:14]
tomiskar [SCIM standard resources]
Line 120: Line 120:
 Implemented filter and sort properties on standard scim resources: Implemented filter and sort properties on standard scim resources:
   * ''User'' - ''externalId'', ''userName'', ''name.familyName''   * ''User'' - ''externalId'', ''userName'', ''name.familyName''
-  * ''Group'' - ''externalId'', ''displayName''+  * ''Group'' - ''externalId'', ''displayName'' (mapped to both - code and name)
  
 Filter supports equals (''eq'') operator and ''AND'' clause only. When other operator or clause is used, then unsupported operation will be thrown. Pagination ''startIndex'' and ''count'' parameter can be used. ''startIndex'' parameter is he 1-based index of the first query result. Start index has to be the first index on the page (n * count + 1), exception with code ''FIND\_START\_INDEX\_INVALID'' is thrown otherwise (CzechIdM can paginate by the whole page only). Filter parameter has to be url encoded. Filter supports equals (''eq'') operator and ''AND'' clause only. When other operator or clause is used, then unsupported operation will be thrown. Pagination ''startIndex'' and ''count'' parameter can be used. ''startIndex'' parameter is he 1-based index of the first query result. Start index has to be the first index on the page (n * count + 1), exception with code ''FIND\_START\_INDEX\_INVALID'' is thrown otherwise (CzechIdM can paginate by the whole page only). Filter parameter has to be url encoded.
  • by poulm