Mar 06 2022 10:43 PM
Hi all. We are developing a teams application. We open a site belongs to us with an iframe in tabs, but it is not easy to manage the data here.
I would like to receive feedback from transactions made within the site. For example, accessing request information such as the token returned for the user trying to login to the site.
What is the most correct way to do this?
Mar 07 2022 03:38 AM
Mar 07 2022 03:50 AM
Mar 07 2022 05:28 AM - edited Mar 08 2022 09:55 PM
@bementese - Could you please share details of following questions.
1. Are you using Teams tab sso authentication or your custom authentication?
2. Are you using any custom authentication in your app and these authentication popup is coming in your application?
Iframe block the third party custom authentication. You have to use tab sso authentication.
Ref Doc: Single sign-on support for tabs - Teams | Microsoft Docs
Mar 10 2022 05:37 AM