diff --git a/doc/index/alphabetical.html b/doc/index/alphabetical.html index cf75663e7..5e4ea4d95 100644 --- a/doc/index/alphabetical.html +++ b/doc/index/alphabetical.html @@ -16,4 +16,4 @@ -

Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Back to main index

A

activedirectoryminihowto
applications
authad
authapache
authbasic
authbrowserid
authcas
authchoice
authdbi
authdemo
authfacebook
authgoogle
authldap
authmulti
authnull
authopenid
authproxy
authradius
authremote
authsaml
authslave
authssl
authtwitter
authyubikey

B

browseablesessionbackend
bugzilla

C

cda
changeconfbackend
conferences
configlocation
configvhost
contact
customfunctions

D

default_sidebar
django
documentation
dokuwiki
download
drupal

E

error
exportedvars
extendedfunctions

F

features
federationproxy
fileconfbackend
filesessionbackend
formreplay

G

googleapps

H

handlerauthbasic
header_remote_user_conversion
highavailability

I

idpcas
idpopenid
idpsaml
installdeb
installrpm
installtarball
internalproxy

L

ldapconfbackend
ldapminihowto
ldapsessionbackend
liferay
limesurvey
loginhistory
logoutforward
logs

M

managerprotection
mediawiki
memcachedsessionbackend
menu1
mrtg
mysqlminihowto

N

nosqlsessionbackend
notifications

O

obm

P

parameterlist
passwordstore
performances
phpldapadmin
playground
portal
portalcustom
portalmenu
prereq
presentation
press

Q

quickstart

R

rbac
redirections
references
resetpassword

S

safejail
samlservice
screenshots
securetoken
security
selfmadeapplication
sessions
soapconfbackend
soapminihowto
soapservices
soapsessionbackend
spring
sqlconfbackend
sqlsessionbackend
ssocookie
start
status
sympa
syntax

T

tomcat
translations

U

upgrade

V

variables

W

writingrulesand_headers

Z

zimbra



Back to main index

\ No newline at end of file +

Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Back to main index

A

B

C

D

E

F

G

H

I

L

M

N

O

P

Q

R

S

T

U

V

W

Z




\ No newline at end of file diff --git a/doc/pages/documentation/1.3/authfacebook.html b/doc/pages/documentation/1.3/authfacebook.html index 494f952d1..4a3755224 100644 --- a/doc/pages/documentation/1.3/authfacebook.html +++ b/doc/pages/documentation/1.3/authfacebook.html @@ -84,5 +84,12 @@ If you use Facebook as user database, declare values in exported variables : +

+ +

You can use the same Facebook access token in your applications. It is stored in session datas under the name $_facebookToken +

+ +

+
\ No newline at end of file diff --git a/doc/pages/documentation/1.3/authwebid.html b/doc/pages/documentation/1.3/authwebid.html new file mode 100644 index 000000000..52971e8d3 --- /dev/null +++ b/doc/pages/documentation/1.3/authwebid.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + +
+ + + + +

WebID

+
+ + + + + + + +
Authentication Users Password
+ +
+ +

Presentation

+
+ +

+ +WebID is a way to uniquely identify a person, company, organisation, or other agent using a URI and a certificate. +

+ +

+You need Web::ID package. +

+ +
+ +

Configuration

+
+ +

+ +In Manager, go in General Parameters > Authentication modules and choose WebID for authentication module. You can also use WebID as user database. +

+ +

+Then, go in WebID parameters: +

+ + +

+ +If you use WebID as user database, declare values in exported variables : +

+ + +
+ +

Apache configuration

+
+ +

+ +Portal host must be configured to use SSL and must ask for client certificate. It is recommended to use optional_no_ca since WebID doesn't use certificate authorities : + +

+
+<VirtualHost _default_:443>
+ServerName auth.example.com
+SSLEngine on
+SSLCertificateFile ...
+SSLCertificateKeyFile ...
+SSLVerifyClient optional_no_ca
+...
+</VirtualHost>
+
+ +
+ +

Tests

+
+ +

+ +To test this, you can build your own WebID certificate using one of : + * Web::ID::Certificate::Generator + * my-profile.eu + * gen-webid-cert.sh + +

+ +
+
\ No newline at end of file diff --git a/doc/pages/documentation/1.3/start.html b/doc/pages/documentation/1.3/start.html index e7e4df02e..8351bf9a5 100644 --- a/doc/pages/documentation/1.3/start.html +++ b/doc/pages/documentation/1.3/start.html @@ -180,12 +180,15 @@ Twitter ✔ + WebID ✔ ✔ + + Yubikey ✔ - +

Configuration database

@@ -225,7 +228,7 @@

- +

Sessions database

@@ -268,7 +271,7 @@ Sessions are stored using +

Identity provider

@@ -305,7 +308,7 @@ Sessions are stored using +

Applications protection

\ No newline at end of file