-
Notifications
You must be signed in to change notification settings - Fork 517
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
Update Export functionality to support multiple authentication methods #2230
Update Export functionality to support multiple authentication methods #2230
Conversation
@NikCharlebois, ready for another review! |
Since Planner is using Microsoft Graph, it should also support Service Principal like the other Graph based module, isn't it the case? |
Even though it uses the Graph, it strangely only supports Credentials. This was your conclusion as well here 😉: |
Pull Request (PR) description
This PR adds the ability to the Export to support providing multiple authentication methods. The code then selects the most secure method supported by each resource.
This Pull Request (PR) fixes the following issues