I am not able to generate a pat token for a service account that I materialised using the code sample give, I have a doubt on the values used in the sample:
do I need to change the guids used below:
AuthenticationResult result = ctx.AcquireTokenAsync("499b84ac-1321-427f-aa17-267ca6975798", "872cd9fa-d31f-45e0-9eab-6e460a02d1f1", new UserPasswordCredential(userName, password)).Result;
What should be this value modified to:
const string accountName = "account";
I am trying to grant access to office.visualstudio.com
I am not able to generate a pat token for a service account that I materialised using the code sample give, I have a doubt on the values used in the sample:
do I need to change the guids used below: AuthenticationResult result = ctx.AcquireTokenAsync("499b84ac-1321-427f-aa17-267ca6975798", "872cd9fa-d31f-45e0-9eab-6e460a02d1f1", new UserPasswordCredential(userName, password)).Result;
What should be this value modified to: const string accountName = "account"; I am trying to grant access to office.visualstudio.com