Skip to content

Commit

Permalink
run precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
dutrieuc committed Dec 19, 2024
1 parent aa1f1e1 commit a3c5bb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions auth_saml/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ by using the query parameter ``disable_autoredirect``, as in
``https://example.com/web/login?disable_autoredirect=`` The login is also displayed if
there is an error with SAML login, in order to display any error message.

If you are using Office365 as identity provider, set up the federation metadata document
rather than the document itself. This will allow the module to refresh the document when
needed.

Usage
=====

Expand Down
2 changes: 1 addition & 1 deletion auth_saml/tests/fake_idp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"endpoints": {
"single_sign_on_service": [
("%s/sso/redirect" % BASE, BINDING_HTTP_REDIRECT),
("%s/sso/post" % BASE, BINDING_HTTP_POST),
("%s/sso/post" % BASE, BINDING_HTTP_POST),
],
},
"policy": {
Expand Down

0 comments on commit a3c5bb6

Please sign in to comment.