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

huangapple go评论69阅读模式
英文:

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

问题

在团队管理中心部署清单文件后,当我在团队中加载应用程序时,显示以下错误。 查看图像描述

有什么帮助吗?我查阅了Microsoft文档,其中提到团队选项卡应用程序不支持基于SAML的身份验证。

链接:https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/tab-sso-overview

英文:

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 authentication not supported in team's tab app.

https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/tab-sso-overview

答案1

得分: 0

Teams tabs目前仅支持OAuth 2.0身份验证。不幸的是,基于SAML的身份验证与Teams的个人选项卡不直接兼容。

要解决此问题,您需要修改您的应用程序,以支持OAuth 2.0身份验证,而不是SAML。

英文:

Teams tabs currently only support OAuth 2.0 authentication. Unfortunately, SAML-based authentication is not directly compatible with Teams personal tabs.

To resolve this issue, you'll need to modify your application to support OAuth 2.0 authentication instead of SAML.

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

huangapple
  • 本文由 发表于 2023年7月24日 17:54:47
  • 转载请务必保留本文链接:https://go.coder-hub.com/76753308.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定