From 5412c3ea09bb9e98cae9ff75b6c87658c05d4d5d Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 9 Nov 2025 18:45:10 +0100 Subject: [PATCH] Add DevOps OAuth2 flow details to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1df7456..6636ca4 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ [![Unit Tests](https://gitea.koszewscy.waw.pl/slawek/docs-harvester/actions/workflows/unit-tests.yml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/docs-harvester/actions?workflow=unit-tests.yml) This project is designed to harvest and process Markdown documentation files from Git repositories. + +## DevOps OAuth2 Flow + +Type: **oauth2** +Flow: **accessCode** +Authorization URL: `https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion` +Token URL: `https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer` +Scopes: `vso.code` \ No newline at end of file