Skip to content

Commit

Permalink
Merge pull request #27 from filipeximenes/master
Browse files Browse the repository at this point in the history
Fixes documention for SOCIAL_AUTH_SAML_SUPPORT_CONTACT
  • Loading branch information
omab committed Oct 23, 2017
2 parents ad1c378 + b3d32eb commit 4f1160d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/backends/saml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,16 @@ At a minimum, you must add the following to your project's settings:
``givenName`` and ``emailAddress``, describing the name and email of a
technical contact responsible for your app. Example::

{"givenName": "Tech Gal", "emailAddress": "technical@example.com"}
{
"givenName": "Tech Gal",
"emailAddress": "technical@example.com"
}

- ``SOCIAL_AUTH_SAML_TECHNICAL_CONTACT``: A dictionary with two values,
- ``SOCIAL_AUTH_SAML_SUPPORT_CONTACT``: A dictionary with two values,
``givenName`` and ``emailAddress``, describing the name and email of a
support contact for your app. Example::

SOCIAL_AUTH_SAML_SUPPORT_CONTACT = {
{
"givenName": "Support Guy",
"emailAddress": "support@example.com",
}
Expand Down

0 comments on commit 4f1160d

Please sign in to comment.