These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

-Inexperienced Developer- Using DotNetOpenAuth with the EVE SSO. C#

First post
Author
Grenval Truvaki
Center for Advanced Studies
Gallente Federation
#1 - 2016-03-08 02:30:53 UTC
Hey everyone o7,

I'm trying to make a system for my corp/alliance as a part of my final university project.

Right now i'm trying to find a way to configure the OAuth library that is already in my MVC project. DotNetOpenAuth.

All I really want is a simple way to authenticate a user via the SSO (Authenticating only those who are in the alliance.)
Using the library that is already in-the-box seems like the most straightforward way don't you think? However, I've found that there's not a lot of support for someone of my pretty low skill level to implement such a thing.

Does anyone here have any support or experience implementing the EVE SSO using .Net MVC C# / DotNetOpenAuth?

I'm really just looking for a sort of guide, but any help at all would be invaluable.

Fly safe o7
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2016-03-08 23:02:11 UTC
Is it oauth, or oauth2? Because it needs to be oauth2

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Desmont McCallock
#3 - 2016-03-09 07:43:41 UTC
It supports OAuth 1.0, 1.0a and 2.0.
Grenval Truvaki
Center for Advanced Studies
Gallente Federation
#4 - 2016-03-11 01:51:41 UTC
OAuth 2.0 :)