Forum Discussion
jocsch
Mar 07, 2025Brass Contributor
RSC permissions cause app to fail installation in personal scope
I am trying to update an existing up to send notifications. The plan is to use RSC permissions for it. I configured the manifest (v 1.19) with the following scopes: "authorization": {
"per...
Nivedipa-MSFT
Microsoft
Mar 10, 2025jocsch - It seems like you're encountering a common issue with RSC permissions when trying to install your app in the personal scope. The error WebApplicationInfoIdConflictOnSideloadingIntoTeam suggests a conflict related to the app's permissions or configuration. Here are some steps to help you troubleshoot and resolve this issue:
Ensure that the permissions in your manifest are correctly configured and supported for the personal scope. Certain RSC permissions might have limitations when used in different scopes.
Ref Doc: Resource-specific Consent for Apps - Teams | Microsoft Learn
- jocschMar 10, 2025Brass Contributor
Nivedipa-MSFTThanks for your answer. I read this page multiple times but there is nothing, that suggests that some permissions are incompatible with the personal scope. And this doesn't really make sense as it would make it impossible to install an app into multiple scopes which is quite a common thing?
You speak of a common issue. Is there any other source where I can read more about it?