If something goes wrong in the Active Directory connector, only basic information is shown in the support information details.
When we need more information, we need to look at the Provisionin Agent logfile.
Can we enhance the audit log information to fully include the system exception message?
For example:
Create an account that already exists. The following log entry is displayed in the log file (This is a fake test user):
HelloID.Provisioning.Agent.Exceptions.EntitlementActionException: Failed to create account with username francois.jonsson and display name François Jönsson in container Users ---> Agent.Shared.Exceptions.InternalAdException: Error creating account ---> System.Exception: The object already exists.
In the HelloID audit log, the following information is shown:
12:09:56.33 [Error] Failed to create account for 'François Jönsson (FrancoisJ_22122022)', details: Failed to create account with username francois.jonsson and display name François Jönsson in container Users
12:09:56.33 [Error] Error setting fields: A constraint violation occurred
I would expect the message to include the system exception:
12:09:56.33 [Error] Failed to create account for 'François Jönsson (FrancoisJ_22122022)', details: Failed to create account with username francois.jonsson and display name François Jönsson in container Users
12:09:56.33 [Error] Error setting fields: A constraint violation occurred (System.Exception: The object already exists.)