You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON request to the pre-token generation token should have groupConfiguration as a list, but cognito-local currently has it implemented as a dictionary.
Upon investigation, it appears as if the AWS-provided types match the current cognito-local implementation and it's actually the AWS documentation that is incorrect? Does anyone have any knowledge to confirm which is correct?
As per the pre-token generation data structure on the AWS docs:
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html
The JSON request to the pre-token generation token should have
groupConfiguration
as a list, butcognito-local
currently has it implemented as a dictionary.cognito-local/src/services/triggers/preTokenGeneration.ts
Line 35 in d04506e
The text was updated successfully, but these errors were encountered: