Allow clientId instead of resourceName when requesting webApiPermissions
When using the SharePoint Framework, you should be able to request webApiPermissions via the resource client Id OR the resource name.
We have a multi-tenant application that's deployed to a couple dozen tenancies that we would like to rename. However, since permissions are requested by name, any attempt to rename the application may be met with our users having to go through the install process again. Being able to instead request access via the clientId would allow us to safely rename without having to worry about our users losing access.

1 comment
-
Anonymous commented
Please make this happen