scimgateway 4.1.7 → 4.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/config/resources/Azure - ScimGateway.xml +5949 -5877
- package/lib/plugin-ldap.js +14 -9
- package/lib/scimgateway.js +17 -6
- package/lib/utils.js +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1143,6 +1143,12 @@ MIT © [Jarle Elshaug](https://www.elshaug.xyz)
|
|
|
1143
1143
|
|
|
1144
1144
|
## Change log
|
|
1145
1145
|
|
|
1146
|
+
### v4.1.8
|
|
1147
|
+
|
|
1148
|
+
[Fixed]
|
|
1149
|
+
|
|
1150
|
+
- endpointMap and Symantec/Broadcom/CA ConnectorXpress configuration file `config\resources\Azure - ScimGateway.xml` introduced in v.4.1.7 had some missing logic
|
|
1151
|
+
|
|
1146
1152
|
### v4.1.7
|
|
1147
1153
|
|
|
1148
1154
|
**Note, this version breaks compability with previous versions of plugin-azure-ad**
|