我需要建立一个Powershell模块,需要分布式。我不能使用个人令牌进行身份验证。我必须使用交互式身份验证来调用azure devOps REST API here。
Oauth2身份验证中的目标APIResourceId是什么?
发布于 2019-08-25 17:05:33
resourceId始终为499b84ac-1321-427f-aa17-267ca6975798。
499b84ac-1321-427f-aa17-267ca6975798
例如,参见https://github.com/microsoft/azure-devops-auth-samples/blob/master/ManagedClientConsoleAppSample/Program.cs
https://stackoverflow.com/questions/57644315
相似问题