We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d09bc commit 7110985Copy full SHA for 7110985
doc/examples/idp.rst
@@ -3,6 +3,18 @@
3
An extremly simple example of a SAML2 identity provider.
4
========================================================
5
6
+There are 2 example IDPs in the project's example directory:
7
+* idp2 has a static definition of users:
8
+ * user attributes are defined in idp_user.py
9
+ * the password is defined in the PASSWD dict in idp.py
10
+* idp2_repoze is using repoze.who middleware to perform authentication and attribute retrieval
11
+
12
+Configuration
13
+-------------
14
+Entity configuration is described in "Configuration of pysaml2 entities"
15
+Server parameters like host and port and various command line parameters are
16
+defined in the main part of idp.py
17
18
Setup:
19
******
20
0 commit comments