summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-08-20 11:29:23 +0300
committerGitHub <noreply@github.com>2019-08-20 11:29:23 +0300
commit09c36b2db162fac448a4b8427c5a8bd9643f1d4a (patch)
tree49b35757d2bfe936dbef955110211a8881a10d0e
parent8d45679ad6605c28a13c7f17b408ab03bf91ad2a (diff)
parent3656e66609ba3f4a28f70f2d1e9bce103993ce0a (diff)
downloadpysaml2-09c36b2db162fac448a4b8427c5a8bd9643f1d4a.tar.gz
Merge pull request #631 from zehuanli/patch-1
Fix IdP example list
-rw-r--r--docs/examples/idp.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/idp.rst b/docs/examples/idp.rst
index fcb636a6..cb990dde 100644
--- a/docs/examples/idp.rst
+++ b/docs/examples/idp.rst
@@ -4,6 +4,7 @@ An extremly simple example of a SAML2 identity provider.
========================================================
There are 2 example IDPs in the project's example directory:
+
* idp2 has a static definition of users:
* user attributes are defined in idp_user.py
* the password is defined in the PASSWD dict in idp.py