How to build SharePoint online App that validated with MSFT

Tonny (Dong) He 0 Reputation points
2024-12-17T05:03:32.4466667+00:00

Hi,

We want to develop a SharePoint Online App that can do attribute-based access control for file and page accessing.

there are two options that we have now.

  1. One option is: develop a forward proxy located between client and SharePoint online to intercept request and block the request if user don't have permission.
  2. Another option is: develop a SPFx extension and modify context of a SharePoint page, but it has limitations

Do you mind letting me know which option is recommended by MSFT as standard solution. If there is any other good option that can do attribute-based solution, just feel free to let us know then it should be very helpful.

If needed, we can have a live session to review two options

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,154 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 48,646 Reputation points Microsoft Vendor
    2024-12-17T09:18:50.5033333+00:00

    In my opinion, the first option to develop a forward proxy located between client and SharePoint online to intercept request and block the request if user don't have permission is recommended.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.