09/25/2023 07:47 AM - edited 09/26/2023 02:02 AM
Hi everyone,
We currently see a weird behaviour, when we try to provision / create a new account in Entra ID.
When I try to provision a new account for a User, the Account is created in Saviynt, but not in Entra ID.
I don't really get valuable insights from the logs.
Settings:
- The Security System was set up via the "Design" tab
- I have two Connectors running (Import - which works fine, Provisioning (REST) - which fails).
The Provisioning Connection details looked like this (IDs redacted and secrets removed) - Update below:
UPDATE:
I just changed the Connector Type (which was created automatically) to Azure AD Provisioning REST.
The ConnectionJSON now looks like this (TenantID, ClientID and Secret redacted):
When I now try to test my connection, I receive the following error message (Log attached):
Do you have any clue about this?
[This message has been edited by moderator to merge reply comment]
Solved! Go to Solution.
09/26/2023 09:18 AM
The 2nd set of logs show a JSON syntax exception and this could have happened when you changed the Connection Type. Can you change the type back to REST, use the 2nd JSON and then try.
In case the provisioning is failing, update ConfigJSON param in the REST connection with value {"showLogs":true}.
This will enable additional logging and may help to identify the cause.
09/27/2023 07:31 AM
Hi Sahil,
Thank you for looking into that!
The issue arose due to the fact, that the Connector Type from the EXTERNALCONNECTION changed from AzureAD to REST (without changing that manually, I'm still unsure why this happens, but its reproducible).
I'll close this thread now, as the title and post does not fit the issue anymore.