Has anyone successfully implemented OpenID with Mono?

痞子三分冷 提交于 2019-12-12 18:55:41

问题


I am working on a web project where I'd like to use OpenID with Mono on Linux. DotNetOpenAuth has wiki on for configuring OpenID with XSP, but it also listed known issues that have yet to be resolved such as throw an error when using a https certificate.

What has been your experience?


回答1:


http://wrench.mono-project.com/ is an MVC site I wrote that runs on Mono 2.6.1 using mod_mono and Apache. It uses DotNetOpenAuth. I think all you have to do is use a ~recent version of Mono, and compile the DotNetOpenAuth dll from their "mono2" branch in git.




回答2:


As far as I know, XSP is only a lightweight server for getting started with Mono/ASP.NET; not recommended for use in a production environment.

If you're serious about ASP.NET on Mono in a production environment, I'd set up a proper Apache/mod_mono test environment to run your ASP.NET projects in.



来源:https://stackoverflow.com/questions/3117341/has-anyone-successfully-implemented-openid-with-mono

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!