Skip to content

Commit

Permalink
vale warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deerskindoll authored Jul 28, 2023
1 parent bbe8f9e commit d43fab7
Showing 1 changed file with 4 additions and 0 deletions.
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 Down Expand Up @@ -52,6 +54,8 @@ $ 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]
Expand Down

0 comments on commit d43fab7

Please sign in to comment.