Hi Sefer,
Those are two separate failures, and neither one clearly points at your password.
Login page failed: HTTP 202 happens on the initial GET of the login page, before any credentials are sent. A 202 there is the signature of the AWS WAF JavaScript challenge; the WAF accepts the request but serves challenge.js instead of the login form. That’s a known issue on my side (#11), not something a new password can fix.
access_token not found in redirect with a URL back on /Account/Login means the login POST went through but the server returned the login page instead of redirecting with the token. On the Web portal channel that error was ambiguous, it covered both rejected credentials and the WAF interfering mid-flow, and the setup dialog showed “Check your credentials” either way.
That ambiguity is fixed in v1.3.3, available now via HACS. A WAF block now says so explicitly, and a genuinely rejected login says that instead. It won’t get you past the WAF, but you’ll at least know which of the two you’re looking at.
After updating, could you check these?
- Retry the setup and tell me which of the two new messages you get. That alone narrows it down.
- Can you log in at https://iq4.rainbird.com in a normal browser, from the same network? If that also fails, or asks you to accept terms or change the password again, the account is in a state the integration can’t get past.
- Try the
Appchannel as well asWeb portal; it uses a different OAuth client, and it’s worth knowing whether both are blocked or just one.
One caution: repeated failed setup attempts may well be what triggered the password reset in the first place, so please don’t loop it dozens of times.
And does the new generated password contain any non-ASCII characters? Unlikely to matter, but quick to rule out.