Skip to content

Commit

Permalink
doc: adding important note for Azure OAuth Third-Party access
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk authored Jul 28, 2023
1 parent 4283661 commit be23860
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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].

Check warning on line 18 in modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc#L18

[RedHat.TermsWarnings] Consider using 'through', 'by', 'from', 'on', or 'by using' rather than 'via' unless updating existing content that uses the term.
Raw output
{"message": "[RedHat.TermsWarnings] Consider using 'through', 'by', 'from', 'on', or 'by using' rather than 'via' unless updating existing content that uses the term.", "location": {"path": "modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc", "range": {"start": {"line": 18, "column": 33}}}, "severity": "WARNING"}
====
+

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

.Procedure
Expand Down

0 comments on commit be23860

Please sign in to comment.