openstreetmap / operations

OSMF Operations Working Group issue tracking
https://operations.osmfoundation.org/
98 stars 13 forks source link

Third party authentication failed #1010

Closed danieldegroot2 closed 7 months ago

danieldegroot2 commented 7 months ago

As of at least 6:38 PM (UTC), logging in with third party account (Facebook) loads slowly, then returns Authentication failed error. Re-adding the website and clearing cache does not help. Website is listed as active in third party settings before and after re-adding. Is this an issue with osm.org, cookie, or third party? Meta/OSM reports no issues for almost two hours now. I have not made any changes anywhere which could cause this afaik.

tomhughes commented 7 months ago

It's probably because I put a broad block on facebook IPs on the production web servers as they were scraping the API from a large number of addresses.

tomhughes commented 7 months ago

Having said that logging in with FB shouldn't involve any requests from FB to our web servers as it all goes via the client.

tomhughes commented 7 months ago

I've narrowed the block now which seems to have fixed things.

danieldegroot2 commented 7 months ago

Thanks.