I remember once before not too long ago, I was able to implement Discord and Steam as a login method for my website (which I removed as I discontinued the project I was making at the time.)
Today I started working on a new project for a Community I’m part of which offered both these platforms as a login method, but I couldn’t get Discord implemented because of a “Couldn’t resolve discord.com” error, I went to try implementing Steam, and get greeted with
It looks like your software is not compatible with Steam for authentication. Even if they claim compatibility, it would seem that Steam upgraded to a newer version of the authentication protocol which your website does not support. If so, that’s an issue that should be fixed in your website software.
Apparently, I had an oversight, it seems https://specs.openid.net/auth/2.0 is supposed to be “http” instead of “https”, after correcting that, it started working for Steam.
but far as Discord goes, I wasn’t aware discord was blocked, as I was able to use it before🙃, but since its meant to be blocked, I’ll just disregard that to prevent issues.
I guess if anyone else encounters this issue via this method, then ensure the init file is