Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhindery committed Mar 2, 2021
1 parent c1e7e83 commit c8d8a9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ Other settings you can set as defaults to be used if not overriden by an SP are
SAML_AUTHN_SIGN_ALG = saml2.xmldsig.SIG_RSA_SHA256
SAML_AUTHN_DIGEST_ALG = saml2.xmldsig.DIGEST_SHA256

In case your SP does not properly expose validuntil in metadata, you can provide fallback setting for it using::

SAML_IDP_FALLBACK_EXPIRATION_DAYS = 30


Customizing error handling
==========================

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ Other settings you can set as defaults to be used if not overriden by an SP are

In case your SP does not properly expose validuntil in metadata, you can provide fallback setting for it using::

SAML_IDP_FALLBACK_EXPIRATION_DAYS = 30
SAML_IDP_FALLBACK_EXPIRATION_DAYS = 30

0 comments on commit c8d8a9d

Please sign in to comment.