Discourse-ID displays it's own logo & name instead of my forum's

Ah ok try this, it worked for mine:

  1. SSH in and get to the Rails console:
cd /var/discourse
./launcher enter app
rails c

  1. Clear the two hidden credentials:
SiteSetting.discourse_id_client_id = ""
SiteSetting.discourse_id_client_secret = ""
exit

  1. In Admin → Settings → Login, toggle Enable Discourse ID off, then on.