Skip to content

Commit 7110985

Browse files
committed
added a bit ot text
1 parent 05d09bc commit 7110985

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/examples/idp.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
An extremly simple example of a SAML2 identity provider.
44
========================================================
55

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+
618
Setup:
719
******
820

0 commit comments

Comments
 (0)