Kann mich nicht mit Facebook bei Discourse ID anmelden

Ich verwende macOS 26.1. Ich kann den Fehler in Chrome 142.0 reproduzieren, aber nicht in Safari 26.1.

In den Chrome-Entwicklertools sehe ich Folgendes, wobei einige sensible Teile (Parameter code und state) unten durch REDACTED ersetzt wurden:

  • POST an <https://id.discourse.com/auth/facebook>
    • 302 Umleitung zu <https://www.facebook.com/v5.0/dialog/oauth?client_id=1002152602034172&redirect_uri=https%3A%2F%2Fid.discourse.com%2Fauth%2Ffacebook%2Fcallback&response_type=code&scope=email&state=REDACTED>
  • GET an <https://www.facebook.com/v5.0/dialog/oauth?client_id=1002152602034172&redirect_uri=https%3A%2F%2Fid.discourse.com%2Fauth%2Ffacebook%2Fcallback&response_type=code&scope=email&state=REDACTED>
    • 302 Umleitung zu <https://www.facebook.com/privacy/consent/gdp/?params%5Bapp_id%5D=1002152602034172&params%5Bios_fast_app_switch%5D=false&params%5Bfblfb%5D=false&params%5Bkid_directed_site%5D=false&params%5Bblogger_id%5D=%22f4694485-7287-4d8b-b6fb-7b2e24a6eca0%22&params%5Bnext%5D=%22confirm%22&params%5Bredirect_uri%5D=%22https%3A%5C%2F%5C%2Fid.discourse.com%5C%2Fauth%5C%2Ffacebook%5C%2Fcallback%22&params%5Bresponse_type%5D=%22code%22&params%5Breturn_scopes%5D=false&params%5Bscope%5D=%5B%22email%22%5D&params%5Bstate%5D=%22REDACTED%22&params%5Bsteps%5D=%7B%7D&params%5Btp%5D=%22unspecified%22&params%5Bcui_gk%5D=%22%5BPASS%5D%3A%22&params%5Bis_limited_login_shim%5D=false&source=gdp_delegated&cache_buster=-2814008406871994827>, 200 OK
  • GET an <https://www.facebook.com/dialog/consent/complete/?app_id=1002152602034172&close_uri=https%3A%2F%2Fid.discourse.com%2Fauth%2Ffacebook%2Fcallback%3Fcode%3DREDACTED%26state%3DREDACTED%23_%3D_&display=page&is_success_response=1&cache_buster=9053456441950167740&ext=1762813150&hash=AeRPfKHNpn86aMAA2Rk>
    • 302 Umleitung zu <https://id.discourse.com/auth/facebook/callback?code=REDACTED&state=REDACTED#_=->
  • GET an <https://id.discourse.com/auth/facebook/callback?code=REDACTED&state=REDACTED#_=->
    • 302 Umleitung zu <https://id.discourse.com/oauth/authorize?client_id=w6frjy8zGCTX8HN5UoI20Jj0mMq3Z2cwPu-OJVExLbQ&redirect_uri=https%3A%2F%2Fmeta.discourse.org%2Fauth%2Fdiscourse_id%2Fcallback&response_type=code&scope=read&state=REDACTED>
    • ^^ Beachten Sie, dass hier „meta“ von den Antwortheadern von id.discourse.com eingeschleppt wird
  • GET an <https://id.discourse.com/oauth/authorize?client_id=w6frjy8zGCTX8HN5UoI20Jj0mMq3Z2cwPu-OJVExLbQ&redirect_uri=https%3A%2F%2Fmeta.discourse.org%2Fauth%2Fdiscourse_id%2Fcallback&response_type=code&scope=read&state=REDACTED>
    • 302 Umleitung zu <https://meta.discourse.org/auth/discourse_id/callback?code=REDACTED&state=REDACTED>
  • GET an <https://meta.discourse.org/auth/discourse_id/callback?code=REDACTED&state=REDACTED>
    • 302 Umleitung zu /auth/failure?message=csrf_detected&strategy=discourse_id

Und dann lande ich bei <https://meta.discourse.org/auth/failure?message=csrf_detected&strategy=discourse_id> 200 OK :roll_eyes:

3 „Gefällt mir“