Skip to main content

All Questions

0 votes
0 answers
23 views

Msteams bot custom tab sso failing with error code 2605 ServerTemporarilyUnavailable

we have msteams bot with custom tab in it. We use msal.js for automated sso as per this doc. Since today morning, we are suddenly getting the error: {"Description":"(pii)","...
SLJeena's user avatar
0 votes
0 answers
195 views

Microsoft Teams React-App SSO not working on iOS mobile

I am creating a react app for teams. Using the teams-toolkit i added SSO as instructed in their doku. Everything works fine, i can login users and get accessTokens to call my secured BE. But for some ...
civlon's user avatar
  • 41
0 votes
1 answer
290 views

Is there any way to save the Microsoft Teams tab SSO Azure AD access token into I-Frame cookies using MSAL in javascript?

I am using MS Teams SDK for getting Tab-SSO Access Token. Is there any way to store this Access Token in I-Frame Cookies like MSAL cache user Authentication information after a successful sign-in?. If ...
Gopal Prakash's user avatar
0 votes
1 answer
2k views

MSAL Login popup is not working in - MSTeams Desktop and Mobile Application

We are getting this error Error: Uncaught (in promise): BrowserAuthError: user_cancelled: User cancelled the flow. BrowserAuthError: user_cancelled: User cancelled the flow. This error occurs in the ...
Ritesh Thakkar's user avatar
1 vote
1 answer
2k views

login.microsoftonline.com doesn't redirect to the specified Redirect URL

We are having problem with ADAL redirect authentication in MS Team Desktop client recently. We have a custom Teams app package (Team Tab) to display a page on our application server. The page uses ...
Matthew Hong's user avatar
1 vote
1 answer
402 views

Using the Token generated by AAD using MSAL.js, with Connect-MicrosoftTeams -AadAccessToken cmdlet

I'm trying to get the user's consent in the client side using MSAL.js to be able to configure their Microsoft Teams in PowerShell Core. I get the token successfully, but when i use it inside ...
Sa3d94's user avatar
  • 11
2 votes
1 answer
295 views

Is it possible to receive the access token specified for tenantId by MS Teams bot (message extension)? [closed]

In my case I need to receive and save the access token specified for tenantId inside my MS Teams bot (message extension) in order to get access to Graph API in further. There are a lot of information ...
Semen L's user avatar
  • 23
1 vote
1 answer
1k views

Microsoft Teams graph API using JS - get group info

I am trying to make a widget into a web app(Youtrack) that would call Microsoft Graph API to retrieve data from Teams(that is the only way I found something like this could work). The widget can only ...
Petr Nohejl's user avatar
4 votes
1 answer
14k views

loginRedirect() method of msal.js package causes 'TypeError: Cannot read property 'then' of undefined'

I'm currently working with the msal.js package, so that I can you use the azure authorization for my own Vue.js application. So far I've created an Teams App in which I access my Vue.js Website, ...
user avatar
0 votes
1 answer
2k views

How to configure Redirect URI for Microsoft Application portal for Microsoft teams app

I have created a SharePoint Webpart and launched it to Microsoft Teams. The webpart needs to send a request to Microsoft Graph for authentication. During development, I added a redirect URL in apps....
Paddymac's user avatar
  • 405
0 votes
1 answer
2k views

Use MSAL in Microsoft Teams not work JS

I work on an MS Teams app with a connection to MS Graph. I'm trying to get an access token for MS Graph in MS Teams. To get a token I'm using MSAL js. If I run the App with gulp serve I receive a ...
Simon's user avatar
  • 96