- 17 Dec 2024
- 1 Minute to read
- DarkLight
- PDF
Integration Steps
- Updated on 17 Dec 2024
- 1 Minute to read
- DarkLight
- PDF
To integrate Intelligent Adaptive Authentication step-by-step
Integrate the OneSpan CDDC JavaScript into the login page of your web application.
Implement the Intelligent Adaptive Authentication user registration in your web application to start the authenticator provisioning handled by the Orchestration SDK.
Register your application for notification in the OneSpan Community Portal and integrate the Orchestration SDK in your mobile application.
Implement Intelligent Adaptive Authentication login and transaction in your web application to support intelligent adaptive authentication.
When implementing Intelligent Adaptive Authentication, ensure to select the correct endpoints and request body values from the OneSpan Trusted Identity platform API:
For login operations with Intelligent Adaptive Authentication, select AdaptiveLoginInput as the object type from the drop-down list of the POST /users/{userID@domain}/login endpoint.
For transaction operations, select AdaptiveTransactionValidationInput as the object type from the drop-down list of the POST /users/{userID@domain}/transactions/validate endpoint.