@@ -6,35 +6,35 @@ How to use PySAML2
66:Release: |release |
77:Date: |today |
88
9- Before you can use Pysaml2, you'll need to get it installed.
9+ Before you can use Pysaml2, you'll need to get it installed.
1010If you have not done it yet, read the :ref: `install `
1111
1212Well, now you have it installed and you want to do something.
1313
14- And I'm sorry to tell you this; but there isn't really a lot you can do with
14+ And I'm sorry to tell you this; but there isn't really a lot you can do with
1515this code on its own.
1616
17- Sure you can send a AuthenticationRequest to an IdentityProvider or a
17+ Sure you can send a AuthenticationRequest to an IdentityProvider or a
1818AttributeQuery to an AttributeAuthority, but in order to get what they
1919return you have to sit behind a Web server. Well that is not really true since
2020the AttributeQuery would be over SOAP and you would get the result over the
2121connection you have to the AttributeAuthority.
2222
23- But anyway, you may get my point. This is middleware stuff !
23+ But anyway, you may get my point. This is middleware stuff!
2424
25- PySAML2 is built to fit into a
25+ PySAML2 is built to fit into a
2626`WSGI <http://www.python.org/dev/peps/pep-0333/ >`_ application
2727
28- But it can be used in a non-WSGI environment too.
28+ But it can be used in a non-WSGI environment too.
2929
3030So you will find descriptions of both cases here.
3131
32- The configuration is the same regardless of whether you are using PySAML2 in a
32+ The configuration is the same regardless of whether you are using PySAML2 in a
3333WSGI or non-WSGI environment.
3434
3535.. toctree ::
3636 :maxdepth: 1
3737
3838 config
3939
40-
40+
0 commit comments