Security settings for an SAP project

1
Please advise whether security settings need to be mirrored in the modeler for SAP integration or how the integrated-security is implemented for SAP projects. (One of our partners has expressed this would be an issue if they need to duplicate security settings each time a change is made in SAP.) Thanks!
asked
3 answers
1

From what I've seen it generally works kind of like webservices. You define one user that's used to interact between the two systems and all security is handled via those credentials.

I'd try to find out a bit more on what credentials you can use to authenticate yourself to the SAP server and see what you can do with that.

answered
0

If the password of SAP changes, my guess is that you need to change the password in the Modeler (or at least in the runtime configuration file) as well.

answered
0

I believe the case is that individual users have different permissions within SAP. It sounds like you require one user for the SAP connection from Mendix, however, this would of course permit the same actions in SAP for each Mendix user.

So the conclusion is ... the SAP user roles must be mirrored in Mendix to restrict functionality within the Mendix app? Else somehow map the user to the corresponding SAP user and retrieve permissible actions?

Sorry I don't have more details yet ... wanted to have some idea when talking to our potential partner again.

answered