重定向到主应用程序时 ADFS 出现错误

发布于 2024-10-25 19:48:22 字数 369 浏览 2 评论 0原文

我正在创建一个具有 2 个 Web 角色的天蓝色应用程序。一种 Web 角色是普通的 Web 应用程序,另一种角色则集成了 ADFS。 Web 角色(ASFS 角色)在身份验证后将用户重定向到第一个 Web 角色,以继续正常的应用程序流程。当我从 ADFS Web 角色重定向到第一个 Web 角色时,出现以下错误。

找不到程序集 '微软.IdentityModel, 版本=3.5.0.0,文化=中立, PublicKeyToken=31bf3856ad364e35'。

我已将 CopyLocal 设置为 true,以防 dll 不可用。但是,此后又观察到同样的问题。 有人能告诉我这里有什么问题吗? 谢谢, 阿什瓦尼

I am creating one azure application which has 2 web roles. One web role is normal web application and other one has ADFS integrated with it. The web role (ASFS one) redirects the user to the first web role after authentication to continue the normal application flow. I am getting following error when I am redirecting to the first web role from the ADFS web role.

Unable to find assembly
'Microsoft.IdentityModel,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'.

I have made CopyLocal true, in case if the dll is not available. But, the same issue is observed after that.
Can anybody tell me what is the issue here?
Thanks,
Ashwani

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文