Generating Access Token with Service Account

Hello,

I am currently working on adding a workflow web service with MSGraph so that I can post messages to teams. I had originally used my own account to generate the access token for testing purposes but am now trying to generate the token from a Service Account we have created so that the message in teams originates from that.

The issue I am having is that when I am generating the token I am unable to use a different account for the authentication as it automatically logs in with my own account.

Is there a different way that I can generate the token in a different way, or prevent the auto login when generating the token?

Thank you,

Tuscun McFarlen

Asked by Tuscun McFarlen on Mon 8/12/24 2:10 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Brittany Renn Mon 8/12/24 2:24 PM

Hi Tuscan, 

You could try to bypass SSO and log into TDX through an incognito window with your local non-SSO credentials, as outlined in this KB: https://solutions.teamdynamix.com/TDClient/1965/Portal/KB/ArticleDet?ID=130689

Best,
Brittany Renn
TDX Support

1 of 1 users found this helpful.
Thank you Brittany that did the trick! - Tuscun McFarlen Mon 8/12/24 2:48 PM