How to create configurable tabs (Dynamically added by user) in custom application for teams ?

Copper Contributor

Hi,
I have created custom application with static tabs which works fine. But now I need functionality that when user install my application he should be able to configure tabs dynamically by providing URL and tab name. 

How do I achieve that configurable tab for custom application ? If possible provide sample code link

2 Replies

@aniketkadwane1600 All the pages that you want to add as config tabs should be listed out in the configuration page. Please take a look at adding a Configuration Page.

Here is a sample configuration page.

@Gousia_Begum - Thank you for reply. I want that when user install my custom application to Ms-teams
user should be able to provide url to create tab dynamically so that every user authenticated by SSO will get there tabs accordingly (For ex. User A has configured tab name with "My Learning" and User B has configured tab name with "My catalog" It should show accordingly with provided url at the time of installation.
Please provide some sample code which works like that.
Thanks in advance