This is a migrated thread and some comments may be shown as answers.

Security/Membership system?

3 Answers 127 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 24 Aug 2011, 02:59 AM
One of the powerful features of ASP.Net that has drawn many developers to build secure business applications, is having a complete membership/security/authentication/authorization system built into ASP.Net framework.

Steve Forte mentions in his blog today how Telerik team is looking into providing a solution that developers don't have to glue all these libraries together and get them to work.

Now my question is, what is the roadmap and plan to have a framework for security? How do we build secure apps that the data and forms are secured?

Thanks!
..Ben

3 Answers, 1 is accepted

Sort by
0
Accepted
Todd
Telerik team
answered on 24 Aug 2011, 04:45 PM
Hi Ben,

From the perspective of Kendo UI, this is a bit out of scope. Kendo UI is a solution for front-end development. It does not replace server-side technologies, like ASP.NET, Rails, or PHP. The same membership solutions you use with those frameworks today are applicable to Kendo UI. The only difference is the interaction (where you may rely more on services for authentication/data than on full-page round trips).

Same goes for data security. HTTPS, forms authentication, login-redirects- all of this still applies with Kendo UI, and in most cases the technique does not change.

So to your question: You build secure apps with Kendo UI the same way you always have. You just get a richer, more responsive front-end on top of that security.

Hope that helps.

-Todd


0
Ben Hayat
Top achievements
Rank 2
answered on 24 Aug 2011, 04:51 PM
Thanks Todd;

Yes, I should be putting my Silverlight hat on when thinking in Kendo and not my ASP.Net hat, which I need to approach it from service rather than server side (ASP.net).

..Ben
0
Jack
Top achievements
Rank 2
Iron
answered on 11 Oct 2011, 08:55 AM
Authentication is definitely a server-side issue but authorization might impact client code.
Especially you might want to enable/disable or show/hide UI controls like menus, toolbars and buttons based on roles.  
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Todd
Telerik team
Ben Hayat
Top achievements
Rank 2
Jack
Top achievements
Rank 2
Iron
Share this question
or