-
Notifications
You must be signed in to change notification settings - Fork 313
Description
Is your feature request related to a problem? Please describe.
Would it be possible to use the account scope within a Project to fetch the Teams-Projects(Teams) instead of using the scope of the Entra-Enterprise application? The reason is that in large Orgs Teams has probably 100k+ Teams which makes it extremely difficult to fetch and handle the list.
Describe the solution you'd like
Instead I am proposing to use the Token & Scope of the account who has linked the Teams integration. This would make it easier to fetch the correct Teams. OFC all further interaction with the selected Teams-Team would be done over the applocation Token.
Describe alternatives you've considered
Use better pagination and cached responses to handle large responses from Graph-API. This is extremely complex to implement and seems to be unnecessary.
Additional context
Add any other context or screenshots about the feature request here.