summaryrefslogtreecommitdiff
path: root/docs/examples/idp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/idp.rst')
-rw-r--r--docs/examples/idp.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/examples/idp.rst b/docs/examples/idp.rst
index cb990dde..01b78705 100644
--- a/docs/examples/idp.rst
+++ b/docs/examples/idp.rst
@@ -6,8 +6,10 @@ 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
+
+ * user attributes are defined in idp_user.py
+ * the password is defined in the PASSWD dict in idp.py
+
* idp2_repoze is using repoze.who middleware to perform authentication and attribute retrieval
Configuration