You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the delete event, whenever the Azure object is not present anymore, this will result in an error in HelloID.
The catch construction is not correctly handled.
On line 75 the $success variable is set to $false, this will result in an error in HelloID.
Also the auditlog part on line 82 - 88 incorrectly sets the auditlog IsError to $true.
In the delete event, whenever the Azure object is not present anymore, this will result in an error in HelloID.
The catch construction is not correctly handled.
On line 75 the $success variable is set to $false, this will result in an error in HelloID.
Also the auditlog part on line 82 - 88 incorrectly sets the auditlog IsError to $true.