-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3DS2 2.2 Device Data Requirements #9298
Conversation
CI is failing with some lint errors. You can run |
Still getting some lint failures in CI @Twigz |
|
All 3 lint commands are now passing. But, CI still seems to be upset, unfortunately. |
Run |
* Allows for auto-submittal of the challenge if the view is OOB (#9078) * 3DS2 Req 71 Implementation (#9077) * Adds challenge no entry value for req 71 * Updates test * Make "Y" a constant * 3DS2 2.2 Device Data Requirements (#9298) * Add device information updates * Fixing up tests * Fix test * Linting * Update DeviceDataFactoryImpl.kt * Update 3ds2sdk.api * 3DS2 Spec Updates (#9387) * 3DS2 Analytics Delegate (#9430) * Allows for auto-submittal of the challenge if the view is OOB * Analytics implementation * Update 3ds2sdk.api * Fix issues * Utilizing service loader * Move AnalyticsProvider * Update 3ds2sdk.api * Adds landscape layout for challenge zone view * Update LOA * Update message version in 3ds2 playground * Add RestrictTo annotations to public APIs --------- Co-authored-by: Twig <Twigz@users.noreply.github.com> Co-authored-by: Twig <aharris.1990@gmail.com> Co-authored-by: reuben-stripe <107846296+reuben-stripe@users.noreply.github.com>
Summary
Adds the new device data requirements to the SDK
Motivation
The new 2.2 version of the 3DS2 test plan requires these changes.
Testing
Verified using the 3ds2 test harness / web portal.
Updated and ran the tests in the playground.