Dear Forum,
I have never been challenged implementing a SCIM driver before, and I am wondering, if someone here would be able to answer a few questions ;-)
1) is there a kind of Test Application available online or some code I can install to act as an integration endpoint for local testing?
2) I found one Test API, but it does not offer either OAUTH 2.0 or basic Authentication, but only a temporary Bearer-Key, to be provided in an Authorization header.
Since the Driver can be only configured for either OAuth 2.0 or basic Authentication, I am wondering, if it is possible to configure the driver to use such an authorization header!
3) I assume, that all effective SIM operations are trigger through the operation data "scim-driver-operation-data" prepared by the driver's OTP! Any ordinary XDS event like add, modify, delete will not affect the target app, will it?
I am asking, because I am considering to deploy the driver in an operative mode, which will allow establishing the connection and run queries, but will suppress all writing operation.
Kind regards
Thorsten