sp-dev-docs
sp-dev-docs copied to clipboard
API Access SharePoint Admin Page Issue
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
- [ ] 💥 Internet Explorer
- [X] 💥 Microsoft Edge
- [ ] 💥 Google Chrome
- [ ] 💥 FireFox
- [ ] 💥 Safari
- [ ] mobile (iOS/iPadOS)
- [ ] mobile (Android)
- [ ] not applicable
- [ ] other (enter in the "Additional environment details" area below)
Additional environment details
No response
Describe the bug / error
After installing a new version of SPFx package, API page reflects multiple instances of the same APIs (both in approved and pending). Approving API's essentially creates a copy. New package adds another copy to pending. On Entra side of things everything looks fine.
This issue happens on demo tenants, as well as customer tenants.
Steps to reproduce
- Install SPFx package with Graph API's in webApiPermissionRequests
- Approve API's from SharePoint Admin Center
- Install new package
- Look into API access page again
Expected behavior
There should be only one instance of every Graph API on API access page.