-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Azure PS TeamTrackingWe will track status and follow internallyWe will track status and follow internallycustomer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
Description
Description of the new feature
Would be great with an option to return access token as secure string with the Get-AzAccessToken
cmdlet.
One use case why?
Connect-MgGraph -AccessToken
requires secure string.ConvertTo-SecureString -AsPlainText
triggersPSScriptAnalyzer
rulePSAvoidUsingConvertToSecureStringWithPlainText
One more reason why?
- Security best practice: Keep secrets from being plain text if possible.
Proposed implementation details (optional)
Get-AzAccessToken -AsSecureString
Metadata
Metadata
Assignees
Labels
Azure PS TeamTrackingWe will track status and follow internallyWe will track status and follow internallycustomer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.