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

Fix Device level auth issue #64

Closed SrutiG closed 3 years ago

SrutiG commented 3 years ago

Description of changes: Fix Device level auth region in StartWithSRPAuth in order to avoid error "Device Group Key and Device Pass required for authentication." for requests without a device

Also fix invalid username or password issue with providing device information in StartWithSRPAuth

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