aws / aws-sdk-net-extensions-cognito

An extension library to assist in the Amazon Cognito User Pools authentication process
Apache License 2.0
102 stars 49 forks source link

Allow CUSTOM_AUTH authentication flow via SRP password verification #97

Closed konectech closed 1 year ago

konectech commented 1 year ago

*Issue #, #79 The custom authentication flow can be used with standard SRP password verification. The initial challenge is done using SRP and the custom authentication can provide MFA challenge such as email.

More information on this can be found here. https://aws.amazon.com/blogs/mobile/extending-amazon-cognito-with-email-otp-for-2fa-using-amazon-ses/

Description of changes:

Allows the InitiateSrpAuthRequest to work with the custom authentication flow.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

normj commented 1 year ago

This PR was released as part of version 2.3.0