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
I have successfully configured the sample identity broker. Next I followed the guide to migrate users from my existing cognito user pool with this provided lambda function.
It seems like to work perfectly fine with the password reset trigger source (UserMigration_ForgotPassword) after applying the needed AdminGetUser policy to the migration lambda function. But I’m suck at the standard flow of triggering the function with a normal sign in (UserMigration_Authentication). It seems like the lambda trigger isn’t even triggered as intended. Is this a bug or is it possible that I have any configuration problem on my side?
Worth Noting: when I’m creating a new client with AWS hosted UI for the same user pool as the identity broker, the migration trigger works as intended with sign in (UserMigration_Authentication) and forget password (UserMigration_ForgotPassword)
Also In the new Cognito UI the settings for triggers can be found under "User pool properties":
The content you are editing has changed. Please copy your edits and refresh the page.
I have successfully configured the sample identity broker. Next I followed the guide to migrate users from my existing cognito user pool with this provided lambda function.
It seems like to work perfectly fine with the password reset trigger source (
UserMigration_ForgotPassword
) after applying the needed AdminGetUser policy to the migration lambda function. But I’m suck at the standard flow of triggering the function with a normal sign in (UserMigration_Authentication
). It seems like the lambda trigger isn’t even triggered as intended. Is this a bug or is it possible that I have any configuration problem on my side?Worth Noting: when I’m creating a new client with AWS hosted UI for the same user pool as the identity broker, the migration trigger works as intended with sign in (UserMigration_Authentication) and forget password (UserMigration_ForgotPassword)
Also In the new Cognito UI the settings for triggers can be found under "User pool properties":
TODO
thanks in advance for any helpful comment or feedback ✌️
The text was updated successfully, but these errors were encountered: