Microsoft Client SDK for building app for Microsoft hosts
Questions tagged [microsoft-teams-js]
106 questions
0
votes
0 answers
How to setup 3rd party basic authentication for a Microsoft Teams bot without Azure?
I have a web application that allows for basic authentication using email and password. I need to reuse this authentication method for a Teams bot I am setting up. I cannot seem to find any examples that show how to open a popup requesting for user…

coder0110
- 5
- 6
0
votes
1 answer
Microsoft Teams SDK - Getting sso token
I'm trying to test a Teams application with delegate azure permissions that will cause the user to consent the scopes when entering at first time.
The main purpose is to remove the Admin dependency and that's including the process of the admin…

EladW
- 3
- 1
0
votes
0 answers
About getContext() in the Microsoft Teams JS SDK for Teams App
We are developing a Teams app that needs to correct information of Teams meetings such as users' display name, object ID, Tenant ID, organizer's info as well as "anonymous user"'s display name. My questions are:
1, app.getContext() returns…

taka
- 5
- 1
0
votes
0 answers
How to make Peer-to-peer teams call preferably video call to a teams user from an external application(kiosk) using Graph APIs?
I am building a kiosk / virtual assistant application where I want to integrate teams meeting SDK and API to achieve the following use case.
In my application, I have a page where I listed out all agents available to go on a video call/ meeting.
All…

santanu manna
- 1
- 1
0
votes
1 answer
how to add the external web site as personal app inside the team's using teams manifest, the web site is using SAML based auth for sign in the user
After the Deployment of manifest file in the team admin center, when i load the app in team's it is showing following error. enter image description here
Any help? I went through the Microsoft document, there it was mentioned SAML based…

Muthukumar kanagaraj
- 11
- 2
0
votes
1 answer
Is there a way to have zero touch install for MS teams connectors into channel?
Looking for a way to automate webhooks creation (i.e. add connectors) for shared & private teams.
Is it possible?
Best Boris
I was expected to have graph api call to install connectors in the same way as it's done for apps.
0
votes
0 answers
Prompt for SSO permissions doesn't show up
When prompting the user for permissions as in screen 1, nothing appears when the user clicks on "Continue".
oauth permission prompt
The code seems to be getting lost somewhere in the OAUTH_PROMPT dialog from Microsoft botbuilder-dialogs.
We already…

nfroidef
- 1
- 3
0
votes
1 answer
Getting error in microsoft api while using SSO feature in teams tab app with multi teanant, It is wokring good with single tenant
Getting error in microsoft api while using SSO feature in teams tab app with multi teanant where sso feature is implement using teams toolkit add feature section by using SSO enabled Tab
I want to implement sso feature over teams tab app, so I used…

vikram singh
- 1
- 2
0
votes
2 answers
Single or multi organisation SSO when building a teams app for the teams store
Please bare with me as I'm a little confused about this topic in general.
I'm building a teams app with the visual studio code teams toolkit with the aim to publish it on the teams store. The app will use SSO and then I will call the dynamics 365…

Dandydon
- 103
- 2
- 11
0
votes
0 answers
How to use a function written in a string
I need to use a function that I received from a fetch call, therefore, the entire function (or functions received from the call are in string). I have seen many posts about the usage of eval. I think it is safe for me to use because the fetch calls…

Jacques Célère
- 1
- 1
0
votes
0 answers
Cannot Open Deep Link from Private Channel in Microsoft Teams
I am currently developing an application using Angular 15, and as part of its key functionality, it uses the "@microsoft/teams-js" library (version 2.11.0) to share content via deep links from a private channel to other chats or channels in…

Vinny P.
- 21
- 9
0
votes
1 answer
How to Send Large Text Messages to a User or Channel in Microsoft Teams Using Teams JS SDK v2?
I'm currently developing an application using the Microsoft Teams JavaScript SDK v2 (TeamsJS) and I'm struggling to find a way to send large text messages to a specific user or channel. I've successfully used the selectPeople API to enable users to…

Vinny P.
- 21
- 9
0
votes
1 answer
Teams SDK initialisation gets timed out sometimes when redirecting to a URL which is in the pattern of given valid domain with wildcard
Process: Our product has multiple clients. Each client has different URL for the application in the same domain. (ex. abc.getnspace.com, def.getnspace.com etc). To accommodate all clients, we have given our default URL as the initial URL of the…

Sanjana Gudla
- 3
- 5
0
votes
0 answers
Occasional 'Conversation not found' error when sending proactive messages with a Teams bot
I am developing a custom Teams app consisting of a tab app and a bot app. The bot app is designed to send Adaptive Cards triggered by an external HTTP POST request. The accountId in the POST request determines which user's bot app the card is sent…
0
votes
0 answers
Custom Teams App - Collapse activity feed on click of notification
Not sure if this is something that can be done with a custom teams app, but when I send a notification to a user and they click it and it opens our app it keeps the activity feed open which then reduces the screen size of the app.
Just looking to…

CyDev
- 11
- 4