Idp 发起的 SSO |由销售人员验证
我正在对 salesforce.com 进行 idp 发起的身份验证。生成的 SAML 令牌已从 salesforce SAML 验证页面成功验证,但当我从 idp 重定向到 salesforce 时,它会将我重定向到 salesforce 的登录页面,而不是让我登录到 salesforce 应用程序页面。
我的销售人员的当前设置如图所示。
我发布以下参数
name="SAMLRequest" value = saml 令牌生成 。 和 name="RelayState" value = relaystate
到 https://login.salesforce.com/< /a>
有什么问题。为什么我被重定向到 salesforce 的登录页面。我与表单一起发布的参数是否有任何问题,例如(参数名称或值不正确)?
I am working on idp-initiated authentication to salesforce.com. The generated SAML token is successfully validated from salesforce SAML validation page but when I redirect to salesforce from my idp it redirect me to login page of salesforce instead of log me in to salesforce app page.
My salesforce have current settings are shown in the image.
I am posting following parameters
name="SAMLRequest" value = saml token generated.
and
name="RelayState" value = relaystate
to https://login.salesforce.com/
What is the problem. Why I am being redirected to login page of salesforce. Is there any problem with parameters I am posting alongwith form e.g(parameter name or value incorrect)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置中的一切都很好。只需将此令牌发布到销售人员 ligin URL,他们在参数中的 SSO 设置之后提供 name="samlresponse" 而不是 SAMLRequest
Everything in the setting is fine. just post this token to sales force ligin URL which they give after SSO settings in a parameter with name="samlresponse" instead of SAMLRequest