- My goal: Fix my OAuth2 connection
- Issue: Since early Monday (14th April, 2026) my OAuth2 integration is no longer working.
We built the OAuth2. connection to AWS's Cognito four months ago and it being working flawlessly, since the morning however I'm getting the following error:
It seems resource is now mandatory, at least this is what I can infer from the URL “https://oauth.retool.com/oauth/user/oauthcallback?error_description=identifier+for+resource-binding+must+have+a+valid+URI+scheme&state=xxxxxx&error=invalid_request”
If I pass a mocked resource, localhost for example, I'm able to actually get to Cognito login page, but after I proceed with the login I get the following error:
I can't find anything on the changelog of stating anything that could affect the OAuth2 integration. I can confirm that Cognito is working as we also use it in other integrations, as well as I did a few tests to validate it.
Do anyone have a clue of what could be happening?


