Add support for UserContextData property for InitiateAuthRequest #160
Labels
feature-request
A feature should be added or improved.
module/cognito-ext
p2
This is a standard priority issue
queued
xs
Effort estimation: tiny
Describe the feature
To pass on the real client user IP address. Cognito uses the
EventContextDataType
(https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/CognitoIdentityProvider/TEventContextDataType.html) in theInitiateAuthRequest
for thisSee example https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/CognitoIdentityProvider/TInitiateAuthRequest.html
It would be nice to have the option to provide the
UserContextData
object to the requestUse Case
Make use of the new Cognito plans. These only work correctly if we can pass on the real users IP address
Proposed Solution
Add/up method to add the
UserContextData
object to the InitiateAuthRequestOther Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
Targeted .NET Platform
.net 8
Operating System and version
linux lambda
The text was updated successfully, but these errors were encountered: