This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using Azure authentication with the REST API

Hi!

We are assisting a partner who wants to connect to M-Files REST API from SharePoint 365. They need to use Azure AD authentication with an app-registration. The M-Files installation is on-prem but Azure AD connected for user authentication.

This is described from the SharePoint side here: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aadhttpclient

Does anyone have experience with this kind of authentication?

Cheers,

Espen

Parents Reply
  • I too am not an expert on this, but my suspicion is that they want client credentials flow (i.e. server-to-server, with no user involved).  I don't believe that we currently support this.  We support authorisation code flow, as shown in the content that  pointed to.

    We have an improvement request in our tracker about this, with ID 162906.

Children