Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Support for Visual Studio Online (VSO) authentication #1

Open
wants to merge 60 commits into
base: master
Choose a base branch
from

Conversation

tiagonmas
Copy link

Changes in Authbot project to support some specific things about authentication into visualstudio.com.
Creation of a sample project SampleVSOBot to test the scenario.
Updated Readme.md to reflect new scenario.
Created SampleVSOBot.md with further details on VSO authentication.

The ResourceId was set to graph.windows.net while correct graph resource is graph.microsoft.com as defined in https://graph.microsoft.io/en-us/docs/authorization/app_authorization. with graph.windows.net calls to graph api return 401 unauthorized.
…SO to use sames as AD result ExpiresOnUtcTicks. Started implementing GetAccessToken.
…o check if VSO token expired. contiued implementation of GetAccessToken for VSO
…pleVSOBot. Implemented Logout flow in AuthBot
…d to give more info about token and to refresh if expired. Implemented test command to force expire of token. other minor updates.
…t the token, without requesting a new one if needed.
This reverts commit 5c9ee40.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant