opensso2papi
changeset 1:4a0d75c35dcf tip
Adding documentation... more or less...
| author | kan |
|---|---|
| date | Sat May 08 19:02:22 2010 +0200 (2010-05-08) |
| parents | 27d3ac8fb34a |
| children | |
| files | doc/INSTALL.txt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/doc/INSTALL.txt Sat May 08 19:02:22 2010 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +OpenSSO2PAPI INSTALL GUIDE 1.5 +-------------------------- 1.6 + 1.7 +1. Install phpPoA and configure one PoA. Please, read the documentation of phpPoA in order to do it. 1.8 + 1.9 +2. Update the file config.php: 1.10 + 1.11 + * $OPENSSO2PAPI_POA_ID is the ID of the PoA to use. 1.12 + 1.13 + * $OPENSSO2PAPI_POA_COOKIE_NAME is the cookie used by the chosen PoA. 1.14 + 1.15 + * $OPENSSO2PAPI_COOKIE_NAME is the name of the cookie that the applications protected by OpenSSO expects. 1.16 + 1.17 + * $OPENSSO2PAPI_COOKIE_DOMAIN is the domain of the cookie that the applications protected by OpenSSO expects. 1.18 + 1.19 +3. Nothing more! :-) Just update the paths of the OpenSSO parameters that your application is using.
