Hi,our customer has a dependency between 2 endpoints .The prerequisite for an account in endpoint A is an account in endpoint B with the naming convention *-adm.We have solved this requirement using a mapped endpoint. Endpoint B is entered as a mappe...
We tried to use attribute Config for Requestable Entitlement in a certain entitlement type (AADGroup in Azure AD endpoint) to limit the requestable entitlements and show them only to users with an active azure account.We follow the documentation (htt...
Hi,We would like to periodically upload a data file via Saviynt's REST interface so that a schema job can then perform the import of the data.We followed the documentation in Postman:Saviynt Enterprise Identity Cloud API Reference v23.4 (getpostman.c...
Hi,We have implemented a validation condition for 3 attributes in the register user form, another attribute is validated via regex.validation condition: firstname, lastname, leavedateregex: mailPrefixIf values are entered incorrectly in all fields, a...
Following this article: https://docs.saviyntcloud.com/bundle/EIC-Admin-v2022x/page/Content/Chapter13-Access-Requests/ars-mang-app-form-simple-forms.htm, the update user form was implemented to adapt the view based on the SAVRole. Therefore two attrib...
Hi Kishore,Do you have an explanation for the error message Exception occurred com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected STRING but was BEGIN_OBJECT? We are also running the custom jar current on this error.We onl...
Thanks for your reply.For a. Too bad, I had hoped there would be a way.For b. This is not a solution approach from my point of view. The access query in the endpoint can be used to filter which users can select the endpoint.The restriction could ther...
We have now managed to shorten the SQL query so that we can get by with the 255 characters. Of course, this happens with the loss of certain information (e.g. we had to do without the JOIN to the endpoint and reference a hard-coded endpoint key).It i...