我正在验证VSTS OAuth令牌,为explained here。我enabled access to the OAuth token from my VSTS build phase。
令牌中存在哪些声明?这记录在哪里?
注意:令牌是JWT令牌,因此任何声明都将具有following keys。
相关问题:How to verify the publisher of a message to a service bus using VSTS server-based task?
答案 0 :(得分:1)
它用于验证您的扩展程序,令牌是从您的扩展程序而不是构建生成的。