正如我请求从ADFS2.0服务器获得令牌一样,我已经在我的nodejs应用程序中使用了passport。我可以用我的有效用户名和密码登录到服务器,在登录后得到错误页面。
There was a problem accessing the site. Try to browse to the site again.
If the problem persists, contact the administrator of this site and provide the reference
number to identify the problem.
Reference number: 321b1aac-fea7-4ae4-8e07-665c343903faAdfs事件查看器上显示的错误是
The request specified an assertion consumer service that is not configured or not
supported on the relying party 'https://sample.company.com'.
Request parameters: '', 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST','https://sample.company.com'
Relying party: https://sample.company.com
This request failed. 我在网上搜索,但还没有找到确切的答案,我不知道如何为属性上的端点选项卡配置依赖方信任。我必须提供什么url,对于来自ADFS的SAML请求和响应,我有什么需要做的吗?
提前谢谢。
发布于 2013-05-30 16:09:49
似乎您还没有在ADFS依赖方上配置AssertionConsumerURL。这是在ADFS ->依赖方->端点上进行的。
您也可以尝试这个包。
https://stackoverflow.com/questions/16837242
复制相似问题