Skip to content

Commit

Permalink
Update authentication experience for private Azure Artifacts feeds in…
Browse files Browse the repository at this point in the history
… C# Dev Kit MVP
  • Loading branch information
kartheekp-ms committed Apr 4, 2024
2 parents a917440 + 9bed387 commit ba03afd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions accepted/2023/vscode-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ Once the user makes this selection, if necessary, the package version number wil

### Authentication to private feeds

If the user is attempting to perform a package operation on a package from a source other than NuGet.org that requires the user to sign-in and authenticate their credentials, they will receive a toast, pictured below:
If the user is attempting to perform a package operation on a package from an Azure Artifacts feed that requires the user to sign-in and authenticate their credentials, they will receive a toast, pictured below:

![Alt text](../../meta/resources/vscode-commands/privatefeeds1.png)
![Alt text](../../meta/resources/vscode-commands/azdo-feeds1.png)

When the user clicks the Sign-In button, a browser window will open, and the user will have 90 seconds to sign in and verify their credentials.
When the user clicks the Show login instructions button, the NuGet output window will open, and the user will have 90 seconds to sign in and verify their credentials.

![Alt text](../../meta/resources/vscode-commands/privatefeeds2.png)
![Alt text](../../meta/resources/vscode-commands/azdo-feeds2.png)

If the user fails to accomplish this within the time constraint provided, the operation will fail and they will have to retry from the beginning. If the user doesn’t sign-in in time, or at all, and the operation fails, they will receive a toast alerting them of this.

Expand Down
Binary file added meta/resources/vscode-commands/azdo-feeds1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added meta/resources/vscode-commands/azdo-feeds2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba03afd

Please sign in to comment.