yii2-authclient icon indicating copy to clipboard operation
yii2-authclient copied to clipboard

Return OpenID support

Open malsatin opened this issue 7 years ago • 3 comments

Please, return OpenID support. Still there are service that has only this type of authentication - Steam

malsatin avatar Feb 27 '18 19:02 malsatin

Yes, Steam is, indeed, a big player. @klimov-paul what do you think about having it back?

samdark avatar Feb 27 '18 20:02 samdark

Can you provide the link to the docs, which describes Steam OpenID: endpoint URL and so on?

klimov-paul avatar Feb 27 '18 21:02 klimov-paul

https://steamcommunity.com/dev I think you are interested in Steam OpenID Provider section. Quick information:

Use http://steamcommunity.com/openid as the provider.
The returned Claimed ID will contain the user's 64-bit SteamID. The Claimed ID format is: http://steamcommunity.com/openid/id/<steamid>

And anticipating questions: unfortunatelly they have only OpenID for public usage. They use OAuth only for internal services, so we can't use it

malsatin avatar Feb 27 '18 22:02 malsatin