首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Adfs Saml请求通过Passport-saml失败

Adfs Saml请求通过Passport-saml失败
EN

Stack Overflow用户
提问于 2013-05-30 13:15:20
回答 1查看 1.3K关注 0票数 0

正如我请求从ADFS2.0服务器获得令牌一样,我已经在我的nodejs应用程序中使用了passport。我可以用我的有效用户名和密码登录到服务器,在登录后得到错误页面。

代码语言:javascript
复制
 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-665c343903fa

Adfs事件查看器上显示的错误

代码语言:javascript
复制
 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请求和响应,我有什么需要做的吗?

提前谢谢。

EN

回答 1

Stack Overflow用户

发布于 2013-05-30 16:09:49

似乎您还没有在ADFS依赖方上配置AssertionConsumerURL。这是在ADFS ->依赖方->端点上进行的。

您也可以尝试这个包。

https://github.com/auth0/passport-wsfed-saml2

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16837242

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档