Wiki source code of Authentication

Version 2.5 by Vincent Massol on 2011/10/28

Hide last authors
slauriere 1.1 1
2 1 Basic authentication
3
slauriere 2.1 4 XWiki supports [basic access authentication>http://en.wikipedia.org/wiki/Basic_access_authentication], a method designed to allow a Web browser, or other client program, to provide credentials - in the form of a user name and password - when making a request. You can get authentified against an XWiki server with the basicauth protocol using the following URL scheme:
slauriere 1.1 5
6 {code}
slauriere 2.1 7 http://username:password@mywiki.xwiki.com/xwiki/bin/view/Main/WebHome?basicauth=1
slauriere 1.1 8 {code}
9
10

Get Connected