Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openid/README@7077
Revision 7077,
959 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | Integration Tests for OpenID Relying Party and Provider Middleware |
---|
2 | ================================================================== |
---|
3 | A simple example application securedapp.py is secured with an Authentication |
---|
4 | handler which redirects HTTP 401 Responses to an OpenID middleware application |
---|
5 | running in securityservicesapp.py. |
---|
6 | |
---|
7 | An OpenID account with an external OpenID Provider is required in order to run |
---|
8 | this test. The NDG OpenID Provider is deliberately omitted from this test for |
---|
9 | simplicity. See openid/ integration test in the parent directory for a test |
---|
10 | deployment with OpenID Provider and Relying Party combined. |
---|
11 | |
---|
12 | To run: |
---|
13 | |
---|
14 | $ ./securityservicesapp.py |
---|
15 | |
---|
16 | and in a separate window: |
---|
17 | |
---|
18 | $ ./securedapp.py |
---|
19 | |
---|
20 | Start a browser and enter the address: |
---|
21 | |
---|
22 | http://localhost:9080 |
---|
23 | |
---|
24 | You will be redirected to a page to enter your OpenID. On return to the test site it will display a |
---|
25 | message with an option to logout. Click on the link to logout. |
---|
26 | |
---|
27 | P J Kershaw 26/02/09 |
---|
Note: See
TracBrowser
for help on using the repository browser.