From 1e617d3872592d4da6dd014e357afc38f41fba08 Mon Sep 17 00:00:00 2001 From: Satyam Dipak Burhade Date: Wed, 12 Jul 2023 21:50:29 +0530 Subject: [PATCH 1/3] Update proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc docs: Adding a step to Authorize access to the application with OAuth 2.0 --- ...ting-up-the-microsoft-azure-devops-services-oauth-app.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc b/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc index c44ad3eb49..616249dcd0 100644 --- a/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc +++ b/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc @@ -46,6 +46,4 @@ $ echo -n '____' | base64 $ echo -n '____' | base64 ---- -.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] +. After Configuring OAuth make sure to link:https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops[Authorize access to the application with OAuth 2.0] From f6493cd3db4ea01f3cc56c0fb6fcb9762201c563 Mon Sep 17 00:00:00 2001 From: Satyam Dipak Burhade Date: Wed, 12 Jul 2023 22:50:39 +0530 Subject: [PATCH 2/3] Update modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc Co-authored-by: Ilya Buziuk --- ...etting-up-the-microsoft-azure-devops-services-oauth-app.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc b/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc index 616249dcd0..f325f4e39d 100644 --- a/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc +++ b/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc @@ -46,4 +46,4 @@ $ echo -n '____' | base64 $ echo -n '____' | base64 ---- -. After Configuring OAuth make sure to link:https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops[Authorize access to the application with OAuth 2.0] +* link:https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops[Authorize access to the application with OAuth 2.0] From 0ed461b91356a9f682bea36d67c66ba166262105 Mon Sep 17 00:00:00 2001 From: Satyam Dipak Burhade Date: Fri, 14 Jul 2023 23:20:14 +0530 Subject: [PATCH 3/3] Update proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc --- ...ng-up-the-microsoft-azure-devops-services-oauth-app.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc b/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc index f325f4e39d..99e68c7f25 100644 --- a/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc +++ b/modules/administration-guide/partials/proc_setting-up-the-microsoft-azure-devops-services-oauth-app.adoc @@ -46,4 +46,8 @@ $ echo -n '____' | base64 $ echo -n '____' | base64 ---- -* link:https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops[Authorize access to the application with OAuth 2.0] +. Make sure to authorize the application when Azure DevOps Services presents the authorization approval page to a user. + +.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]