Security on MDS Integration
-
jeudi 29 juillet 2010 06:54
Hello,
I would like to know if it is possible to have a security policy on MDS integration. Explanation: having an entity which is limited in access rights (horizontally and/or vertically), and then a subscription view based on that entity, can I have, let's say, a SharePoint external list/content type based on that view, and have the restrictions for the same user propagated up to the SharePoint UI?
Marius
Toutes les réponses
-
vendredi 30 juillet 2010 04:23
The Web services API fully implements all user security. When an application makes an API request on behalf of an authenticated user, the response is trimmed according to that user's security permissions. For example, certain rows or columns may not be accessible or updateable. The subscription views are database views and do not enforce security. You could build a SharePoint or other UI that accesses data via the MDS Web services API to ensure user security enforcement. That is how the standard Master Data Manager UI works.- Proposé comme réponse Val Lovicz vendredi 30 juillet 2010 04:49
- Marqué comme réponse Marius Zaharia vendredi 30 juillet 2010 07:00

