AWS Cognito & Cuba Apps

Hello Cuba Community,

We have several apps that we have created using Cuba. We are looking to unify the logging into these apps (Some of our users have access to more than one app) We are setting up AWS Cognito to provide user authentication. This will login a user from the Cognito user pool (also does verification and forget password and all that jazz), and then display the users ‘Apps’ for which a link is provided to navigate to the App.

We are still working on wiring the Cuba App to accept this navigation with the user access token. This is where we are starting to run into roadblocks. Has anyone in the community successfully setup logging into a Cuba app from AWS Cognito? All the examples we have found have either been JWT with REST API’s or using Cuba as the Idp. Neither of which match our use case.

Thank you