Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access Planner Plans from Multiple Organisation #79

Open
parthrawal opened this issue Sep 1, 2021 · 1 comment
Open

Access Planner Plans from Multiple Organisation #79

parthrawal opened this issue Sep 1, 2021 · 1 comment

Comments

@parthrawal
Copy link

I have a SAAS based application which is configurable to import planner plans. while i can successfully import plans using Graph API based on logged in user. i was wondering if i can use delegate approach to sync planner plans with my cosmos database without user interactions. to achieve this. it currently relies on azure app (Client Id, Tenant Id and service account information) where organisations have to create an app with API permission which they store as primary information with my app. which i use to get the planner data. is there a better approach where i can avoid asking other organisations to create azure app (via azure app registrations).

@BrianTJackett
Copy link
Collaborator

Currently the Planner APIs on Microsoft Graph only support delegated permissions (interactive user context). There are "workarounds" using a service account and non-interactively logging in as that user, but that introduces security concerns (ex. how are the credentials stored and retrieved securely, etc.)

I would recommend upvoting / adding your comments to this request to add application permissions: https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/application-permissions-for-planner-apis/idi-p/2266449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants