#257 Document existance of quickrun.py and make OpenID providers work there by default
Closed 7 years ago by puiterwijk. Opened 7 years ago by ssssam.
ssssam/ipsilon sam/quickrun  into  master

file modified
+17
@@ -18,6 +18,23 @@ 

  Ipsilon uses the [LASSO](http://lasso.entrouvert.org) libraries and Python

  bindings to implement SAML support.

  

+ Quick test instance

+ ===================

+ 

+ You can run a test instance of Ipsilson from a Git clone, using the

+ `quickrun.py` script:

+ 

+     $ ./quickrun.py

+ 

+ This will start an instance which you can access at <http://localhost:8080>.

+ You can log with any username and password 'ipsilon'. Log in with the special

+ username 'admin' to get access to the administration console; you can then

+ visit http://localhost:8080/admin and configure the various identity providers

+ and more.

+ 

+ The local state is stored in the ./qrun subdirectory, and will be re-loaded

+ from that directory the next time that the `quickrun.py` script is run.

+ 

  Ipsilon Server Installation

  ===========================

  

@@ -51,7 +51,7 @@ 

              pconfig.String(

                  'endpoint url',

                  'The Absolute URL of the OpenID Connect provider',

-                 'http://localhost:8080/idp/openidc/'),

+                 'http://localhost:8080/openidc/'),

              pconfig.String(

                  'documentation url',

                  'The Absolute URL of the OpenID Connect documentation',

file modified
+2 -2
@@ -41,11 +41,11 @@ 

              pconfig.String(

                  'endpoint url',

                  'The Absolute URL of the OpenID provider',

-                 'http://localhost:8080/idp/openid/'),

+                 'http://localhost:8080/openid/'),

              pconfig.Template(

                  'identity url template',

                  'The templated URL where identities are exposed.',

-                 'http://localhost:8080/idp/openid/id/%(username)s'),

+                 'http://localhost:8080/openid/id/%(username)s'),

              pconfig.List(

                  'trusted roots',

                  'List of trusted relying parties.'),

The quickrun script is cool, more people should know about it :-)

2 new commits added

  • Set the default provider URLs to match quickrun.py default URL
  • Document the quickrun.py script in the README
7 years ago

rebased

7 years ago

This was merged with a0555ce
Thank you!

Pull-Request has been closed by puiterwijk

7 years ago