Skip to content

Commit

Permalink
Deployed 9564191 to develop with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Server committed Jan 1, 2025
1 parent 932c98f commit 505cf9b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4192,9 +4192,9 @@
</li>

<li class="md-nav__item">
<a href="#azure-active-directory" class="md-nav__link">
<a href="#entra-authentication" class="md-nav__link">
<span class="md-ellipsis">
Azure Active Directory
Entra authentication
</span>
</a>

Expand Down Expand Up @@ -5546,9 +5546,9 @@
</li>

<li class="md-nav__item">
<a href="#azure-active-directory" class="md-nav__link">
<a href="#entra-authentication" class="md-nav__link">
<span class="md-ellipsis">
Azure Active Directory
Entra authentication
</span>
</a>

Expand Down Expand Up @@ -5579,51 +5579,51 @@

<h1>Setup</h1>

<p>This page describes the different ways how the <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> can be setup.</p>
<p>This page describes the different ways how the <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> can be setup.</p>
<h2 id="ntlm-authentication">NTLM authentication<a class="headerlink" href="#ntlm-authentication" title="Permanent link">&para;</a></h2>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>NTLM authentication is only available for on-premise Azure DevOps Server.</p>
</div>
<p>To authenticate with NTLM you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/F2A040B7">AzureDevOpsAuthenticationNtlm</a> alias from the <a href="https://www.nuget.org/packages/Cake.AzureDevOps">Cake.AzureDevOps addin</a>.</p>
<p>To authenticate with NTLM you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/F2A040B7" target="_blank">AzureDevOpsAuthenticationNtlm</a> alias from the <a href="https://cakebuild.net/extensions/cake-azuredevops/" target="_blank">Cake.AzureDevOps addin</a>.</p>
<p>The user needs to have <code>Contribute to pull requests</code> permission for the specific repository to
allow <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
allow <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
<h2 id="basic-authentication">Basic authentication<a class="headerlink" href="#basic-authentication" title="Permanent link">&para;</a></h2>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>Basic authentication is only available for on-premise Azure DevOps Server.</p>
</div>
<p>To authenticate with basic authentication you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/7CD679FF">AzureDevOpsAuthenticationBasic</a> alias from the <a href="https://www.nuget.org/packages/Cake.AzureDevOps">Cake.AzureDevOps addin</a> and
need to <a href="https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/auth/tfs-basic-auth?view=azure-devops#configure-tfs-to-use-basic-authentication">Configure Azure DevOps Server to use Basic Authentication</a>.</p>
<p>To authenticate with basic authentication you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/7CD679FF" target="_blank">AzureDevOpsAuthenticationBasic</a> alias from the <a href="https://cakebuild.net/extensions/cake-azuredevops/" target="_blank">Cake.AzureDevOps addin</a> and
need to <a href="https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/auth/tfs-basic-auth#configure-for-basic-authentication" target="_blank">Configure Azure DevOps Server to use Basic Authentication</a>.</p>
<p>The user needs to have <code>Contribute to pull requests</code> permission for the specific repository to
allow <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
allow <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
<h2 id="personal-access-token">Personal access token<a class="headerlink" href="#personal-access-token" title="Permanent link">&para;</a></h2>
<p>To authenticate with an personal access token you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/F4DCC101">AzureDevOpsAuthenticationPersonalAccessToken</a> alias from the <a href="https://www.nuget.org/packages/Cake.AzureDevOps">Cake.AzureDevOps addin</a>.</p>
<p>If you want to use the <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> with an personal access token see
<a href="https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate">Authenticate access with personal access tokens for Azure DevOps</a> for instructions how to create
<p>To authenticate with an personal access token you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/F4DCC101" target="_blank">AzureDevOpsAuthenticationPersonalAccessToken</a> alias from the <a href="https://cakebuild.net/extensions/cake-azuredevops/" target="_blank">Cake.AzureDevOps addin</a>.</p>
<p>If you want to use the <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> with an personal access token see
<a href="https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate" target="_blank">Authenticate access with personal access tokens for Azure DevOps</a> for instructions how to create
a personal access token.</p>
<p>The access token needs to have the scope <code>Code (read and write)</code> set and the user needs to have <code>Contribute to pull requests</code>
permission for the specific repository to allow <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
permission for the specific repository to allow <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
<h2 id="oauth-authentication-from-azure-pipelines">OAuth authentication from Azure Pipelines<a class="headerlink" href="#oauth-authentication-from-azure-pipelines" title="Permanent link">&para;</a></h2>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>OAuth authentication is only available for Azure DevOps Service.</p>
</div>
<p>If you want to use the <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> from an Azure Pipelines you can authenticate using the
<p>If you want to use the <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> from an Azure Pipelines you can authenticate using the
OAuth token provided to the build.
For this you need to enable the <a href="https://docs.microsoft.com/en-us/azure/devops/pipelines/build/options#allow-scripts-to-access-the-oauth-token">Allow scripts to access the OAuth token</a> option on the build definition.</p>
<p>To authenticate you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/988E9C28">AzureDevOpsAuthenticationOAuth</a> alias from the <a href="https://www.nuget.org/packages/Cake.AzureDevOps">Cake.AzureDevOps addin</a>.</p>
For this you need to enable the <a href="https://learn.microsoft.com/en-us/azure/devops/pipelines/release/options?view=azure-devops#allow-scripts-to-access-the-oauth-token" target="_blank">Allow scripts to access the OAuth token</a> option on the build definition.</p>
<p>To authenticate you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/988E9C28" target="_blank">AzureDevOpsAuthenticationOAuth</a> alias from the <a href="https://cakebuild.net/extensions/cake-azuredevops/" target="_blank">Cake.AzureDevOps addin</a>.</p>
<p>The user under which the build runs, named <code>&lt;projectName&gt; Build Service (&lt;organizationName&gt;)</code> (e.g. <code>Cake.Issues-Demo Build Service (cake-contrib)</code>),
needs to have <code>Contribute to pull requests</code> permission for the specific repository to allow <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a>
needs to have <code>Contribute to pull requests</code> permission for the specific repository to allow <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a>
to post issues as comments to pull requests.</p>
<h2 id="azure-active-directory">Azure Active Directory<a class="headerlink" href="#azure-active-directory" title="Permanent link">&para;</a></h2>
<h2 id="entra-authentication">Entra authentication<a class="headerlink" href="#entra-authentication" title="Permanent link">&para;</a></h2>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>OAuth authentication is only available for Azure DevOps Service.</p>
<p>Entra authentication is only available for Azure DevOps Service.</p>
</div>
<p>To authenticate with Azure Active Directory you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/0B9F5DF6">AzureDevOpsAuthenticationAzureActiveDirectory</a> alias from the <a href="https://www.nuget.org/packages/Cake.AzureDevOps">Cake.AzureDevOps addin</a>.</p>
<p>To authenticate with Entra ID you can use the <a href="https://cakebuild.net/api/Cake.AzureDevOps/AzureDevOpsAliases/0B9F5DF6" target="_blank">AzureDevOpsAuthenticationAzureActiveDirectory</a> alias from the <a href="https://cakebuild.net/extensions/cake-azuredevops/" target="_blank">Cake.AzureDevOps addin</a>.</p>
<p>The user needs to have <code>Contribute to pull requests</code> permission for the specific repository to
allow <a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
allow <a href="https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/" target="_blank">Cake.Issues.PullRequests.AzureDevOps addin</a> to post issues as comments to pull requests.</p>
<!-- Glossary for terms and concepts not documented on cakeissues.net -->


Expand Down
2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 505cf9b

Please sign in to comment.