PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
490 stars 94 forks source link

Modern authentication with NuGet feeds #1511

Open GOB-Sinzinger opened 9 months ago

GOB-Sinzinger commented 9 months ago

Summary of the new feature / enhancement

Currently, retrieving modules from a private NuGet feed is only possible with a username/password or a PAT.

We would like to perform authentication with an identity provider and OAuth.

As an example with an Azure Artifact feed: Register the feed -> Login with OAuth Device Code Flow.

Proposed technical implementation details (optional)

No response