Wiki source code of Authentication

Version 2.5 by Vincent Massol on 2011/10/28

Show last authors
1
2 1 Basic authentication
3
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:
5
6 {code}
7 http://username:password@mywiki.xwiki.com/xwiki/bin/view/Main/WebHome?basicauth=1
8 {code}

Get Connected