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
Killers0992
Killers09922y ago
Yawnder
Yawnder2y ago
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
Killers0992
Killers09922y ago
ahh then pain
Yawnder
Yawnder2y ago
It's a pretty standard way of doing tbh.
Killers0992
Killers09922y ago
but that requires steam partner in some way?
Yawnder
Yawnder2y ago
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
Yawnder
Yawnder2y ago
Killers0992
Killers09922y ago
if that login will be thru github then its possible?