Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run DotNetOpenAuth on mono/linux

I have tried for some time with no luck to find a version of DotNetOpenAuth which would work on Mono/Linux combo. The source and binaries which I found in their page/git page contain some References to dll files not supported by mono. On the other hand I have heard that it is possible to use it and even seen a page on which it is said, that it is done with such a combo.

Is it possible to run DotNetOpenAuth on mono/linux? If yes, then what are the steps to do so? If not, could you suggest any laternatives for providing openid/oauth logins on mono/linux?

like image 876
Krišjānis Nesenbergs Avatar asked Nov 05 '22 03:11

Krišjānis Nesenbergs


1 Answers

Your best bet is to go to their git repository and use the 'mono2' branch, as it has the things Mono doesn't support removed.

Has anyone successfully implemented OpenID with Mono?

like image 158
jpobst Avatar answered Nov 09 '22 17:11

jpobst