Forums

I am currently updating the orchestation SDK to version 5.10.0 all works just fine but when I apply Shielding to my APP ( Shielding version 7.0.0) when I try to Activate the seed I get this error: unknown error (-4999)

 

I tried to add to the rules.cfg this exception: preserve class  com.vasco.*; 
But is not working.
Has anyone met this problem or something similar?

Thanks

Forums

Hi,

We are trying to automate the app shielding process in our CI platform by using the REST API.

The API method https://cp.onespan.com/public_api/v1/rasp/bind_package takes a file as a parameter but on use it returns "(422) Unprocessable Entity."

Below the PowerShell code:

$headers = @{"X-API-KEY" = "$apikey"
    "Content-Type"         = "application/json"
}

$filepath = "app-release.aab"


$uri = "https://cp.onespan.com/public_api/v1/rasp/bind_package?file=app-release.aab"

Hi OneSpan,

We are going to implement app shielding for RASP. According to the app shielding document, there are several APIs for automated shielding: We have few questions for that:

1) Where can we find the full API document?

2) How to use these APIs for automated shielding? Any example for call shielding process/ shielding status/ shielded binary? What parameters for these call?

Thank you so much.