Show Changes Show Changes
Edit Edit
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

8/31/2007 3:29:56 PM
-66.78.116.108
8/19/2007 2:47:08 PM
-66.78.124.101
8/19/2007 2:40:58 PM
-66.78.124.101
List all versions List all versions

RSS feed for the TestJwd namespace

Related Topics

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.

See Also

FlexWikiAuthorization, FlexWikiSecurity

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

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

Recent Topics