• Manoj Sonawane
  • NEWBIE
  • 0 Points
  • Member since 2014
  • Salesforce Architect
  • Atmel Corp


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
https://developer.salesforce.com/page/Webinar:_Intro_to_Visualforce_(2012-Nov) link on Visualforce Basics topis is broken, please fix this.

Hello,

I am trying to perform SSO between our web portal (Idp) and salesforce (sp). SAML Response looks good, since we have integration with other third parties with same response and works fine. However with Salesfoce sso poc, am getting issue and its showing me below Error,

"Login Error
Your login attempt using single sign-on with an identity provider certificate has failed. Please contact your salesforce.com administrator for more information"


I tried to validate the SAML Response in SAML Validatator, below is the output:

Last recorded SAML login failure:  2014-03-28T16:24:00.162Z
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
  Current time is after notOnOrAfter in Conditions
  Current time is: 2014-03-28T16:29:30.895Z
  Time limit in Conditions, adjusted for skew, is: 2014-03-28T16:28:22.901Z
5. Checking that the Attribute namespace matches, if provided
  Ok
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
  Ok
10. Checking the Recipient
  Ok
  Organization Id that we expected: 00DJ00000036x7r
  Organization Id that we found based on your assertion: 00DJ00000036x7r
11. Validating the Signature
  Is the response signed? true
  Is the assertion signed? false
  Is the correct certificate supplied in the keyinfo? true
  Ok
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
  Not Provided
14. Checking if session security level is valid, if provided
  Ok

 

Login History Shows Below Status:
Failed: Assertion Expired

I think clocks between our portal server and salesforce server not in sync which might be causing this, but am not sure, If anyone knows resolution for such issues please share with me. Also wanted to know how to skew clock in salesforce?

Hello Helpers


by mistake I  started  recursive  batch class  chain

In the batch  finsih()  method  I  inserted a call for the same batch

Now  I  have a  batc running for  half  day  I  can not stop  it

Abor  does  not work If  i try to abort  I  get the be,ow  message
Failed to Abort Job Unable to remove job from Apex Job Queue.

I  need to stop  this  somehow
What  opton I have?

In the specs  I sew  that  "You can submit up to 5,000 batches per rolling 24 hour period."

but  since start my batch run more then 5000 times    


regards
csaba
  • April 20, 2015
  • Like
  • 0

Hello,

I am trying to perform SSO between our web portal (Idp) and salesforce (sp). SAML Response looks good, since we have integration with other third parties with same response and works fine. However with Salesfoce sso poc, am getting issue and its showing me below Error,

"Login Error
Your login attempt using single sign-on with an identity provider certificate has failed. Please contact your salesforce.com administrator for more information"


I tried to validate the SAML Response in SAML Validatator, below is the output:

Last recorded SAML login failure:  2014-03-28T16:24:00.162Z
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
  Current time is after notOnOrAfter in Conditions
  Current time is: 2014-03-28T16:29:30.895Z
  Time limit in Conditions, adjusted for skew, is: 2014-03-28T16:28:22.901Z
5. Checking that the Attribute namespace matches, if provided
  Ok
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
  Ok
10. Checking the Recipient
  Ok
  Organization Id that we expected: 00DJ00000036x7r
  Organization Id that we found based on your assertion: 00DJ00000036x7r
11. Validating the Signature
  Is the response signed? true
  Is the assertion signed? false
  Is the correct certificate supplied in the keyinfo? true
  Ok
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
  Not Provided
14. Checking if session security level is valid, if provided
  Ok

 

Login History Shows Below Status:
Failed: Assertion Expired

I think clocks between our portal server and salesforce server not in sync which might be causing this, but am not sure, If anyone knows resolution for such issues please share with me. Also wanted to know how to skew clock in salesforce?