Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

2/17/2008 5:56:20 AM
FLWCOM-jwdavidson
2/12/2008 10:42:40 AM
-76.71.136.194
2/12/2008 10:42:09 AM
-76.71.136.194
11/21/2007 4:01:28 PM
-66.78.113.127
4/24/2007 8:00:51 AM
-72.196.238.118
List all versions List all versions

RSS feed for the FlexWiki namespace

Flex Wiki Authentication
.
Summary

Authentication (the process of a user proving that they are who they say they are) in FlexWiki is simply ASP.NET authentication. That is, if the web application is configured to use Windows security via the

 <system.web>
   <authentication Mode="Windows" />
 </system.web>

section in the web.config file, then users will need to authenticate via Windows authentication. Similarly, if Forms authentication is enabled, authentication happens via the ASP.NET Forms module.

Out of the box, FlexWiki is configured not to authenticate at all. You will need to make the appropriate changes to web.config to select the authentication mechanism that applies to your organization.

If you select Forms authentication, basic login/logout forms are provided. You will need to configure a membership provider such as the SqlMembershipProvider, and you may well wish to replace the provided login/logout forms with your own.

Windows Authentication

If using Windows authentication, ensure that you enable Integrated Windows authentication in the Directory Security dialog of IIS properties, otherwise you will get a blank window in IE or an error message "XML Parsing Error:..." in Firefox.

See Also

FlexWikiAuthorization, FlexWikiSecurity

Not logged in. Log in

Welcome to the home of FlexWiki, an experimental collaboration tool, based on WikiWiki.

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics