microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Feature request : Add-MgApplicationPassword return the SecretText in plain text
Open
Nobody has claimed this yet.
Breaking Change
Request: Feature
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
Description
Below command returns the password in plain text.
(Add-MgApplicationPassword ...).PasswordCredentials.SecretText
- It would helpful if the secret can returned in secure string.
- Also add switch -SecretAsPlainText to return secret text as plain text.
This help all scenarios so that one can get secret as secure sting and also in plain text.
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 reproducing the Add-MgApplicationPassword command and locating the cmdlet implementation or configuration that defines PasswordCredentials.SecretText. Done means the secret can be returned as a secure string by default and the -SecretAsPlainText switch returns plain text for callers that explicitly request it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- authentication, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100