- To integrate third-party SSO into a messaging extension please refer below document. https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/bot-sso-overview?view=msteams-client-js-latest.
- Store the access tokens and refresh tokens securely on your server, associating them with the user's ID. You can use Azure Key Vault for secure storage or implement your own encryption and storage solution.
How to integrate third party SSO in messaging extension ?
Meet Rathod
5
Reputation points
How can I integrate third-party SSO into a messaging extension? Any reference links would be helpful. Additionally, I want to store access tokens and refresh tokens per user for the messaging extension so that I don't have to perform SSO every time I use the messaging extension. Is there a way we can store third-party access tokens and refresh tokens for later use in API calls? Are there any options available, like a settings module in the connector? Just fyi,I am building the messaging extension using Node.js.
1 answer
Sort by: Most helpful
-
Nivedipa-MSFT 3,031 Reputation points Microsoft Vendor
2024-07-10T06:57:32.0966667+00:00