Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
I would guess they didn't think that this would cause problems.
https://steamcommunity.com/groups/SteamClientBeta/discussions/1/1696043806558039623/#c1696043806558423700
I'd added SSL to my server and enabled https but still auth openid is not working. I'd used the free ssl certificate from sslforfree.com could that be the issue that the free certificate authority is not acceptable for their security standards?
Still, no reason to not use HTTPS these days so I say keep it, letsencrypt.org is great and it looks like that thing you linked uses that. But maybe look into using letsencrypt directly just in case if that site is bad somehow. Maybe this one is better: https://gethttpsforfree.com/
More info why you should use ssl: doesmysiteneedhttps.com
I did fixed it and its working, am glad that you responded quickly.
- User click to login with steam
- user redirected to something like this:
- After autorization user come back to openid.return_to=https://site.ru/loginok
All right? Were is accessToken and steamid?https://steamcommunity.com/openid/login
?openid.ns=http://specs.openid.net/auth/2.0
&openid.mode=checkid_setup
&openid.return_to=https://site.ru/loginok
&openid.realm=https://site.ru
&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select
&openid.identity=http://specs.openid.net/auth/2.0/identifier_select
I yet have steam web api key, but dont know how to create OpenID on site.
PS i used vanila asp.net, do not know much php