Hi, is there someone who was recently successful to set up oAuth authorization using AWS Cognito? I created a user pool with a hosted UI following and interpreting the steps from
https://umccr.org/blog/igv-amazon-backend-setup/ and translating to the new AWS interface.
I pretty sure everything is configure correctly on the user pool side. When I try to log from IGV, I get directed to my web browser but with an error: An error was encountered with the requested page.
Switching the callback of the hosted UI to
http://localhost:8080 (or any port), I can get the UI to work...
Any clue on what the problem could be?