如何从另一个asp.net网站登录sense / net?

时间:2017-04-24 15:09:53

标签: asp.net sensenet

我有一个由asp.net构建的网站,并希望将sensenet网络应用程序嵌入我的网站(也许使用iframe?),我该如何处理sensenet的身份验证?或者还有其他方法可以实现这一目标吗?

1 个答案:

答案 0 :(得分:2)

You have several options to achieve this, it mostly depends on your application structure, and what parts of Sense/Net do you want to use. I recommend to give a try to Sense/Net ECM 7.0. It's in Beta stage at the moment, but you can already use the core functionality (e.g. the Content Repository, OData API, WebDav, etc...) and it's very easy to install from NuGet to an existing Asp.NET MVC project.

There is no GUI layer included at the moment, but you can use Sense/NET directly from your Asp.Net application. If you want to use the Sense/Net WebPages Gui, there will be a package also available soon from NuGet.

If you want to keep your website separated, you can authenticate with Basic Auth, but with the next update, SN7 will support JWT authentication