I’m trying to authorize myself in my web application via /authorize endpoint of my tenant.
I have 3 tenants dev, staging, prod.
Until last week all worked well.
I suppose in the end (but maybe bit earlier) of last week I’ve noticed dev and staging tenants do not allow to log in anymore.
Production still works correctly (this tenant is paid account, other are free if it make any difference).
They generally have same setup and worked well in the past.
Right now during login via /authorize endpoint it’s redirecting me to page like
https:// mydomain . com /?error=access_denied&error_description=ArgumentError%3A%20Must%20provide%20a%20token&state=XXXXX
I believe my team didn’t change a thing recently and it abruptly start to fail.
Could you help find out what could be the case or share info how to investigate it?