Start a conversation

API Response Message: "The request could not be validated as originating from within the SBS application"

Overview

When making a request to the Jive API, the following response message is received:

"code": 4026, "message": "The request could not be validated as originating from within the SBS application"

This message is most likely triggered by a security mechanism in Jive designed to prevent Cross-Site Request Forgery (CSRF) attacks on the community. 

This article provides information about how to investigate the cause of this message.

 

Diagnosis

The CSRF prevention security mechanism can be temporarily disabled to confirm if it causing this message to appear. 

Cloud customers will have to contact us to complete this process.

Important: The CSRF prevention security mechanism should be disabled only for testing purposes, and should not be disabled for an extended period of time. 

To temporarily disable the mechanism:

Go to the Admin Console > System > System Properties.

  1. Search for this property in the properties list: jive.rest.internal.csrf.token.enabled
    • If it can be found: Change its value to false, then move on to Step 5.
    • If not, move on to the next step.
  2. At the top of the page, in the Property Name textbox, type in: jive.rest.internal.csrf.token.enabled
  3. In the Property Value textbox, type in: false
  4. Click on Add Property.
  5. Reproduce the process that causes the message to appear.
  6. Change the property jive.rest.internal.csrf.token.enabled to true.
  7. If the message continued to appear during Step 5, contact us with the details of the API query being sent.

 

Information

To investigate the cause of this message, follow these steps:

  1. Review the Jive Developer Resources to determine if there is an issue with the authentication process used when sending the API query.
    • Note: 
  2. Consult with the Jive Developer Community.
  3. Consult with Jive Professional Services. To get more information about these services, contact your Account Manager, Customer Success Manager, or Account Executive.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments