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

authentication of kendo ui for asp.net mvc

5 Answers 243 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nheily
Top achievements
Rank 1
Nheily asked on 13 Mar 2013, 07:33 PM
Hi,
is it possible to authenticate a kendo ui for asp.net mvc app? i mean the same way we use [Authorize] for plain asp.net mvc 4.

Thanks in advance and i look forward to your kind responses

5 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 14 Mar 2013, 08:24 AM
Hello,

 We are not sure what you mean by "authenticate a kendo ui for asp.net mvc app". Please clarify.

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nheily
Top achievements
Rank 1
answered on 14 Mar 2013, 08:47 AM
Thanks Atanas,
I would like to include a login page before getting to the main home page. With plain asp.net mvc4, i will include [Authorize] in the controller i would like to authenticate and it will call the login controller.
How can i do this with kendo ui for asp.net mvc??

Thanks again
0
Atanas Korchev
Telerik team
answered on 14 Mar 2013, 09:15 AM
Hi,

 You would do it in the exact same way. Kendo UI Complete for ASP.NET MVC is just as set of HtmlHelper extension methods which render Kendo UI widgets. 

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nheily
Top achievements
Rank 1
answered on 14 Mar 2013, 09:21 AM
That's what i really thought but it seems impossible because kendo ui for asp.net mvc doesn't load the login controller so it cannot be used. this is the reason i inquired to see if there is any solution.

But thanks though
0
Atanas Korchev
Telerik team
answered on 14 Mar 2013, 09:37 AM
Hello,

 As I said Kendo UI Complete for ASP.NET MVC is nothing more but HtmlHelper extension methods. It doesn't interfere with the login controllers of ASP.NET MVC. I suggest you check the rest of your application.

All the best,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Nheily
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Nheily
Top achievements
Rank 1
Share this question
or