Forum Discussion

aksingh's avatar
aksingh
Copper Contributor
Jul 04, 2022

Create Client ID and ANd Client Secret in azure

We have created a SharePoint provider-hosted app and the Web App of the app is hosted in the Local IIS.

We are also using the App only permission with the Tenant's Full control as follows:

 

<AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="FullControl" /> </AppPermissionRequests>

 

Now, one of our clients is looking to Generate a Client ID and client secret in Azure and wants to use them in the SharePoint provider-hosted app.

Is that possible to generate without hosting the Provider hosted app in azure using the app service?

 

Resources