FSN#41668 SCIM 2e aanzet

svn path=/Website/branches/v2017.2/; revision=35515
This commit is contained in:
Jos Groot Lipman
2017-10-02 13:51:40 +00:00
parent 335da3d334
commit 70d6b8db52

View File

@@ -63,6 +63,16 @@
<match url="^appl/SCIM/Groups" />
<action type="Rewrite" url="default.asp?api2=authorizationgroups&amp;format=json&amp;plugin=scimgroups&amp;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&amp;id={R:1}&amp;format=json&amp;plugin=scimorgunits" appendQueryString="true" />
</rule>
<rule name="SCIMOrgunits" stopProcessing="true">
<match url="^appl/SCIM/OrgUnits" />
<action type="Rewrite" url="default.asp?api2=departments&amp;format=json&amp;plugin=scimorgunits" appendQueryString="true" />
</rule>
<!--
<rule name="Check file exists">
<match url="^([^.]+)\.([a-zA-Z]+)" />