Login via external provider.
Soo I have this code and its possible to use Asp.Net identity to use steam login as account? which method I need to use
8 Replies
It's not as simple as deciding to do it. You need to be some kind of Steam partner use OAuth and use this https://partner.steamgames.com/doc/webapi_overview/oauth afaik
ahh then pain
It's a pretty standard way of doing tbh.
but that requires steam partner in some way?
Whether you want to do SSO with Google, Facebook, etc., it's generally the same-ish way.
Yes, some kind of partner. You need to register as such, fill their forms, sign their NDAs, etc.
It doesn't cost anything, but it's not as simple as checking a box.
https://partner.steamgames.com/doc/gettingstarted
if that login will be thru github then its possible?