Skip to content

Commit

Permalink
doc: adding Important note for Azure OAuth Third-Party access requi…
Browse files Browse the repository at this point in the history
…rements (#2637)

Co-authored-by: Jana Vrbkova <[email protected]>
Co-authored-by: Max Leonov <[email protected]>
  • Loading branch information
3 people authored Jul 31, 2023
1 parent 4283661 commit 87a6198
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:navtitle: Setting up the Microsoft Azure DevOps Services OAuth App
// :page-aliases:

pass:[<!-- vale RedHat.TermsWarnings = NO -->]

[id="setting-up-the-microsoft-azure-devops-services-oauth-app"]
= Setting up the Microsoft Azure DevOps Services OAuth App

Expand All @@ -12,7 +14,13 @@ Set up a Microsoft Azure DevOps Services OAuth App using OAuth 2.0.
.Prerequisites

* You are logged in to link:https://azure.microsoft.com/en-us/products/devops/[Microsoft Azure DevOps Services].
* Third-party applications can access resources in your organization through OAuth. See link:https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/change-application-access-policies?view=azure-devops[Manage security & app access policies].
+
[IMPORTANT]
====
`Third-party application access via OAuth` is enabled for your organization. See link:https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/change-application-access-policies?view=azure-devops[Change application connection & security policies for your organization].
====
+

* link:https://www.gnu.org/software/coreutils/base64[`base64`] is installed in the operating system you are using.

.Procedure
Expand Down Expand Up @@ -46,6 +54,9 @@ $ echo -n '__<microsoft_azure_devops_services_oauth_app_id>__' | base64
$ echo -n '__<microsoft_azure_devops_services_oauth_client_secret>__' | base64 -w 0
----

pass:[<!-- vale RedHat.TermsWarnings = YES -->]

.Additional resources

* link:https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops[Authorize access to REST APIs with OAuth 2.0]
* link:https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/change-application-access-policies?view=azure-devops[Change application connection & security policies for your organization]

0 comments on commit 87a6198

Please sign in to comment.