Hey everyone,
currently we´re developing an provider hosted app for SP Online. The app runs on an Azure Website. The app on the SP Online Site Collection (Developer) works fine and even the authentication to open the website works. We only use one User, who is already the tenant and SC admin. We are using an Developer Subscription for Office 365. Regarding to the App Permission Guide we should use the tenant scope.
Within the app we have an settings page. The values of the default settings are written inside the code. So when the user change those settings the new settings will be saved within an property bag. If we hit the save button we get the following error:
currently we´re developing an provider hosted app for SP Online. The app runs on an Azure Website. The app on the SP Online Site Collection (Developer) works fine and even the authentication to open the website works. We only use one User, who is already the tenant and SC admin. We are using an Developer Subscription for Office 365. Regarding to the App Permission Guide we should use the tenant scope.
Within the app we have an settings page. The values of the default settings are written inside the code. So when the user change those settings the new settings will be saved within an property bag. If we hit the save button we get the following error:
Access denied. You have no Permission, to perform this action or to access the ressource.
We checked the access request at the Azure Website and the SQL Server at this parts of the system were no errors.
So do you have any suggestions for another way to troubleshoot this error?