@@ -6,35 +6,35 @@ How to use PySAML2
6
6
:Release: |release |
7
7
:Date: |today |
8
8
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.
10
10
If you have not done it yet, read the :ref: `install `
11
11
12
12
Well, now you have it installed and you want to do something.
13
13
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
15
15
this code on its own.
16
16
17
- Sure you can send a AuthenticationRequest to an IdentityProvider or a
17
+ Sure you can send a AuthenticationRequest to an IdentityProvider or a
18
18
AttributeQuery to an AttributeAuthority, but in order to get what they
19
19
return you have to sit behind a Web server. Well that is not really true since
20
20
the AttributeQuery would be over SOAP and you would get the result over the
21
21
connection you have to the AttributeAuthority.
22
22
23
- But anyway, you may get my point. This is middleware stuff !
23
+ But anyway, you may get my point. This is middleware stuff!
24
24
25
- PySAML2 is built to fit into a
25
+ PySAML2 is built to fit into a
26
26
`WSGI <http://www.python.org/dev/peps/pep-0333/ >`_ application
27
27
28
- But it can be used in a non-WSGI environment too.
28
+ But it can be used in a non-WSGI environment too.
29
29
30
30
So you will find descriptions of both cases here.
31
31
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
33
33
WSGI or non-WSGI environment.
34
34
35
35
.. toctree ::
36
36
:maxdepth: 1
37
37
38
38
config
39
39
40
-
40
+
0 commit comments