Microsoft teams graph spoke

Harikrishna3
Tera Contributor

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.

 

 

2 REPLIES 2

vsrahul127
Kilo Contributor

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✔️

Harikrishna3
Tera Contributor

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)"
    }
}