Skip to content
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

Add support for OOB multi-factor authentication [SDK-2657] #498

Merged
merged 3 commits into from
Jul 16, 2021
Merged

Conversation

lbalmaceda
Copy link
Contributor

Changes

The SDK supports logging in using OTP MFA, without a prior challenge request if the OTP factor is known to be available.

This PR:

  • adds support for making a challenge request for the server to send the code via a specific authenticator (i.e. SMS, voice, push, etc) and
  • adds support for completing the authentication request using that received OOB code.
  • updates the dependencies to the versions suggested by the IDE.

References

Tracked internally: SDK-2657

Testing

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@lbalmaceda lbalmaceda added this to the v2-Next milestone Jul 15, 2021
@lbalmaceda lbalmaceda requested a review from a team as a code owner July 15, 2021 17:05
@lbalmaceda lbalmaceda requested a review from Widcket July 15, 2021 17:06
@lbalmaceda lbalmaceda added the medium Medium review label Jul 15, 2021
@lbalmaceda lbalmaceda merged commit f636177 into main Jul 16, 2021
@lbalmaceda lbalmaceda deleted the mfa-oob branch July 16, 2021 06:02
@lbalmaceda lbalmaceda modified the milestones: v2-Next, 2.4.0 Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CH: Added medium Medium review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants