- Refer to mock server to integrate CYBAVO AuthSec API.
Refer to here for detailed API documentation.
Set following configuration in mockserver.app.conf
Require API code and API secret on web admin console
"api_server_url": "BACKEND_SERVER_URL",
"api_code": "SERVICE_API_CODE",
"api_secret": "SERVICE_API_SECRET"
Set notification callback URL on web admin console
Mock server callback URL
http://localhost:8892/v1/mock/callback
To ensure that the service provider has processed the notification callback, the CYBAVO AuthSec API server will continue to send notification callbacks to the service provider until a callback confirmation (HTTP/1.1 200 OK) is received.
- Execute
- npm install
- npm start
Required version: node v10.19.0 or later (npm v6.13.4 or later)
Refer to here for curl testing commands.