- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直坚持使用 Oauth 2.0 将我的 C# MVC 应用程序授权给 Azure DevOps Services API。我按照这个教程:https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops
当我请求以下授权 URL 时,我将收到错误“InvalidScope”。所以,我一定做错了什么。
https://app.vssps.visualstudio.com:443/oauth2/authorize?client_id= {id}&response_type=断言&state=statestring&scope=vso.code_status&redirect_uri=https%3a%2f%2flocalhost%3a44380%2foauth%2fcallback
我的回调 URL 已成功请求,但始终出现错误“InvalidScope”消息。所以,我不明白我做错了什么。
如果有人可以进一步帮助我,我将不胜感激!
最佳答案
答案是需要在授权 URL 中指定所有可用范围,因此看来我指定的所有 Azure DevOps 范围都是必需的范围。
关于c# - Azure DevOps OAuth enpoint 始终返回错误=InvalidScope,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56143321/
我一直坚持使用 Oauth 2.0 将我的 C# MVC 应用程序授权给 Azure DevOps Services API。我按照这个教程:https://learn.microsoft.com/e
我是一名优秀的程序员,十分优秀!