Amine ZEMZEMI

Results 3 comments of Amine ZEMZEMI

Hi everybody, Thank you for your explanation. I want to know the context of your call to RER when using Azure App having App permissions ? When user makes an...

Thank you Chris for you reponse. In my case, I'm not using ACS, only Azure App with certificate. How can I verify the identity of user calling my api ?...

Is it possible to create Document Set by using this api ? await spHttpClient.post( `${webUrl}/_api/SP.DocumentSet.DocumentSet.Create`, { parentFolder: { ServerRelativeUrl: parentPath }, name: folderName, contentTypeId: documentSetContentTypeId } ); I tested the...