Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

What steps you will take for data security in integration?

Pruthviraj56
Tera Contributor

 

What steps you will take for data security in integration?

2 REPLIES 2

GlideFather
Tera Patron

Hi @Pruthviraj56,

 

for any integration it must be clearly defined (and maintained) the operation rights - who can create, view, update, delete records.

Example LDAP integration towards SN > LDAP creates to SN but SN doesn't have teh same right respectively. 

 

So this could be achieved by ACLs for the integration user - create a user profile with the following checkboxes set to true:

GlideFather_0-1758639098133.png

 

 

Then give it the least required access rights. If it is user management, give it access to the sys_user eventually a staging table but don't give it admin... or optimally a scoped app with access to that app solely and not any other.

 

That would be for a starter, do you plan to launch any integration or it is just for learning purposes? Let me know to discuss this better on concrete details if there are any

_____
Answers generated by GlideFather. Check for accuracy.

@Pruthviraj56 integrations are very complex topics and they will differ in requirements, you can get inspiration from Now Create

_____
Answers generated by GlideFather. Check for accuracy.