We have successfully built and connected another EPIC EMP source. We are able to successfully provision an account however we are not sure how to pass along a password to the EPIC EMP account from SailPoint. We have tried modifying the create account section in our source by adding attributes called “password” and “ExternalIdentifier_password_1” but it still does not work. Please see attached screenshots in EPIC of the password field value we are trying to populate with SailPoint.
While we already have another EPIC EMP source that works based on login with AD account, this particular setup of EPIC is provisioning accounts is without using Active Directory accounts. These are EPIC accounts provisioned so that a user can directly login to Epic without an AD account. If I enter a password manually in their Epic account, it works, but as mentioned we are trying to make SailPoint provision the password as well when creating the epic account.
We found the below Sailpoint Healthcare Connector Guide attributes for password but none worked.
password
ExternalIdentifier_password_0
ExternalIdentifier_password_1
Authpassword
We also found this in our VS code for the source but not sure if something needs to be set for password policy for password to be passed.
“passwordPolicies”: null,
“features”: [
“GROUP_PROVISIONING”,
“SEARCH”,
“PROVISIONING”,
“PASSWORD”,
“ENABLE”,
“SYNC_PROVISIONING”,
“UNLOCK”
],
We are nearly successful but just missing this piece to the puzzle. Any help or suggestions is greatly appreciated
Thank you,