简体   繁体   English

Salesforce SSO SAML验证

[英]Salesforce SSO SAML Validation

I am creating a SAML assertion for the Salesforce SSO. 我正在为Salesforce SSO创建SAML断言。 I used OPEN SAML for creating the assertion. 我使用OPEN SAML创建断言。 I am getting the following error. 我收到以下错误。 Please tell the root cause of this issue and how to resolve this ASAP. 请告知此问题的根本原因以及如何尽快解决此问题。

Thanks in Advance. 提前致谢。

Results 结果

Last recorded SAML login failure:  2014-08-29T08:33:55.713Z
Unexpected Exceptions
  Ok
1. Validating the Status
  Ok
2. Looking for an Authentication Statement
  Ok
3. Looking for a Conditions statement
  Ok
4. Checking that the timestamps in the assertion are valid
  Ok
5. Checking that the Attribute namespace matches, if provided
  Not Provided
6. Miscellaneous format confirmations
  Ok
7. Confirming Issuer matches
  Ok
8. Confirming a Subject Confirmation was provided and contains valid timestamps
  Ok
9. Checking that the Audience matches, if provided
  Ok
10. Checking the Recipient
  Ok
11. Validating the Signature
  Is the response signed? false
  Is the assertion signed? true
  The reference in the assertion signature is valid
  Signature or certificate problems
  The signature in the assertion is not valid
  Is the correct certificate supplied in the keyinfo? false
12. Checking that the Site URL Attribute contains a valid site url, if provided
  Not Provided
13. Looking for portal and organization id, if provided
  Ok
14. Checking if session security level is valid, if provided
  Ok

Well -- on the surface it looks like you signed your Assertion with one key but it's not the one you provided to SFDC or you included the wrong cert in your keyinfo -- 好吧-表面上看,您好像用一把钥匙签署了断言,但不是您提供给SFDC的那把钥匙,或者您在keyinfo中包含了错误的证书-

Signature or certificate problems
The signature in the assertion is not valid
Is the correct certificate supplied in the keyinfo? false

Just a guess at this point. 在这一点上只是一个猜测。 Not enough info provided to really give you a solid answer. 提供的信息不足,无法真正为您提供可靠的答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM