You have an Azure DevOpsorganization named Contoso.
You need to recommend an authentication mechanism that meets the following requirements:
* Supports authentication from Get
* Minimizes the need to provide credentials during authentication
What should you recommend?
Step 1: Navigate to Personal Access Tokens
Sign in to Azure DevOps:
Go toAzure DevOpsand sign in with your credentials.
Access User Settings:
Click on your profile picture in the top right corner.
SelectUser settings.
Open Personal Access Tokens:
In the user settings menu, selectPersonal access tokens.
Step 2: Create a New Personal Access Token
Create a New Token:
Click on+ New Token.
Configure the Token:
Name: EnterToken1.
Organization: Select the organization where you want to use the token.
Expiration: Set the expiration to60 days.
Set Scopes:
Code: SelectRead, Write, & Manage.
Build: SelectRead & Execute.
Release: SelectRead.
Create the Token:
Click onCreate.
Step 3: Save the Token
Copy the Token:
Once the token is created, copy it immediately as it will not be displayed again.
Store the token in a secure location.
Currently there are no comments in this discussion, be the first to comment!