Microsoft teams graph spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
We are configuring the MS Teams graph spoke, we have followed the documentation process,
When we are click save and GetOauth Token on the microsoft teams spoke connection it is taking to microsoft login page.
Which credentials we need to use here.?
and while testing the microsoft teams graph connection for tokenm token was received successfuly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Harikrishna3,
I believe we need to use a user who has access to microsoft azure and also he is a part of servicenow user.
I hope this helps! If this solution resolves your issue, please consider marking this answer as Correct✔️
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
gettinf below error while testing post incident details subflow for posting incident details on the teams channel
{
"Action Status": {
"code": 1,
"message": "Error: IDX14100: JWT is not well formed, there are no dots (.).\nThe token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EncodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. (Process Automation.730d31547772a1107cac5228c81061c9; line 6)"
}
}