FSN#41668 SCIM 2e aanzet
svn path=/Website/branches/v2017.2/; revision=35515
This commit is contained in:
@@ -63,6 +63,16 @@
|
||||
<match url="^appl/SCIM/Groups" />
|
||||
<action type="Rewrite" url="default.asp?api2=authorizationgroups&format=json&plugin=scimgroups&include=lastchange,authorization" appendQueryString="true" />
|
||||
</rule>
|
||||
|
||||
<rule name="SCIMOrgunit" stopProcessing="true">
|
||||
<match url="^appl/SCIM/OrgUnits/.*_department_(\d+)" />
|
||||
<action type="Rewrite" url="default.asp?api2=departments&id={R:1}&format=json&plugin=scimorgunits" appendQueryString="true" />
|
||||
</rule>
|
||||
|
||||
<rule name="SCIMOrgunits" stopProcessing="true">
|
||||
<match url="^appl/SCIM/OrgUnits" />
|
||||
<action type="Rewrite" url="default.asp?api2=departments&format=json&plugin=scimorgunits" appendQueryString="true" />
|
||||
</rule>
|
||||
<!--
|
||||
<rule name="Check file exists">
|
||||
<match url="^([^.]+)\.([a-zA-Z]+)" />
|
||||
|
||||
Reference in New Issue
Block a user