In my application I set multiple roles Student, Teacher etcStudent has two roles at same time( Student and Teacher) so Teacher can access all the pages but Student as some pages access only.In my ...
To prevent files in a media library from being shared via 'direct path' or permanent link' to the public, how can I disallow the general public from seeing these files and only make them viewable f...
I created a Web API 1 web site. I would like to potentially provide a RESTFUL API for some clients. Ideally I would like to use the same authentication and authorization of the Kentico web site. My...
Edit: using kentico 8.When exactly do the DocumentEvents.CheckPermissions and DocumentEvents.AuthorizeDocument events run? What is the difference between them? From their descriptions, they seem ve...