13-05-22 12:39 PM
3 weeks ago - last edited 3 weeks ago
Hey @ewilson Thanks for moving the announcement, The notification remind me of asking for solution for my issue which i was facing while integrating Teams Graph API this week. Below are steps i have done.
1. Created APP in Entra ID and have chat.Read write, ChatMessage.Send, user.read and chat.create permission approved as delegated Type.
2. I am using below action of Authentication VBO to get access token. Not passing client secret as this is not required for getting a delegated token.
3. i am getting the error that User does not exist in Tenant but when i look up my user in Azure i can see my user name and User Principal Name.
and MFA is not enabled as well. What else i am missing here.
2 weeks ago
@Neel1 - able to call using postman application ? i always try first in postman to see if everything is working fine or not
2 weeks ago
Hi @Neel1 - Apologies for the delay. The client ID is a required input even for a delegated access token as it indicates the specific application definition you're trying to authenticate against. You can see an example in Microsoft's documentation here:
https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=http
Cheers,
Eric
2 weeks ago
@ewilson - Thanks for your reply. i mentioned for client secret not for client ID.
also,Below are the some of input and error i am getting from Blue Prism and from BRUNO.