-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request Proper Scopes #574
base: master
Are you sure you want to change the base?
Request Proper Scopes #574
Conversation
Add ChatWrite Scope for Create branches
@ForNeVeR who is responsible for merging here? |
I am. But this requires thorough testing. |
Is there anything we can do to help? |
I have validated locally and have been using my local built package for some time.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Niander Assis ***@***.***>
Sent: Wednesday, August 7, 2024 4:58:34 PM
To: microsoft/azure-devops-intellij ***@***.***>
Cc: JerrickLewis7190 ***@***.***>; Author ***@***.***>
Subject: Re: [microsoft/azure-devops-intellij] Request Proper Scopes (PR #574)
Is there anything we can do to help?
—
Reply to this email directly, view it on GitHub<#574 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARTBXZVI2STMPHDNO323O33ZQKYCVAVCNFSM6AAAAABDAOAHVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZUGU2TAMJUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me, can someone approve it? Whatever testing is necessary seems to me to be less of an issue than dealing with multiple errors on the IDE every time you open it up...
I still do not understand what exactly it does, what are the possible issues and how to test it. I'm sorry. |
This removes the use of full-scopes. Currently we request all the scopes for access to Azure Devops. Many organizations, including mine, have implemented restrictions on blanket full scope access and so now applications must request the scopes that they actually need expliclity. To test this all the features of the plugin must be revisited to make sure that there is not an operation needed that doesn't have the right access.
…________________________________
From: Friedrich von Never ***@***.***>
Sent: Monday, November 4, 2024 12:21 PM
To: microsoft/azure-devops-intellij ***@***.***>
Cc: JerrickLewis7190 ***@***.***>; Author ***@***.***>
Subject: Re: [microsoft/azure-devops-intellij] Request Proper Scopes (PR #574)
I still do not understand what exactly it does, what are the possible issues and how to test it. I'm sorry.
—
Reply to this email directly, view it on GitHub<#574 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARTBXZU2SL2IN3UMQ7N2Z4TZ67JMJAVCNFSM6AAAAABDAOAHVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGYZDKOJTGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
A low of orgs have policies that prohibit requesting AllScopes. This is a fix to just request the scopes that are needed,