microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Add support to specify which account to use
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
Description
Other MS powershell modules supports a way to specify which account to sign in with...
Connect-AzAccount -AccountId
Connect-AzureAd -AccountId
MS Graph PowerShell doesn't have this yet. Please add this. This especially helps with federated SSO scenarios or if multiple accounts are signed in and we need to manually pick which one to use.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Microsoft Graph PowerShell sign-in implementation and its authentication tests, then compare how existing PowerShell modules accept an account identifier. Define the expected behavior for federated SSO and multiple signed-in accounts, and consider the relevant sign-in and account-selection cases done when they are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100