
![]() |
Show Changes |
![]() |
Edit |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 11/21/2007 4:07:26 PM |
| -66.78.113.127 |
| 11/21/2007 4:05:12 PM |
| -66.78.113.127 |
| 11/21/2007 3:59:55 PM |
| -66.78.113.127 |
| 10/4/2007 8:10:22 PM |
| -207.44.238.95 |
| 5/31/2007 8:10:34 AM |
| CraigAndera-72.196.238.118 |
![]() |
List all versions |
Related Topics
FlexWiki has always supported application-wide security by virtue of being an ASP.NET application. However, previous to version 2.0 of FlexWiki, security was an all-or-nothing proposition: either all topics in the wiki were accessable to a particular user, or none were. (Note: this is only somewhat true, but certainly fine-grained control was difficult or impossible.)
In FlexWiki 2.0, support for topic-level security has been added. Administrators and users can now restrict access on a per-user, per-topic basis. Support is also present for wiki-wide and namespace-level defaults. It is also possible to now lock a topic against all edits until specifically unlocked by an authorized user with HasManageNamespacePermission.
Security in FlexWiki 2.0 consists of three separate, independent pieces: authentication, authorization, and transport security. You can read about them under FlexWikiAuthentication, FlexWikiAuthorization, and FlexWikiTransportSecurity, respectively.
The FlexWiki security features were implemented by CraigAndera with support from the FlexWiki community.
The following directories should have the IIS Directory Security permissions for anonymous access removed and these directories should only be accessible to individuals who have authenticated (using Integrated Windows authentication - recommended):
| Topic | Date of Last Change | Summary |
| FlexWikiAuthorization | Thursday, October 09, 2008 | Description of the new authorization features in FlexWiki 2.0. |
| FlexWikiAuthentication | Sunday, February 17, 2008 | describes authentication options for FlexWiki |