Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated docs for the new setting
  • Loading branch information
ganiserb committed Mar 16, 2016
commit a6dc168250c0c0995cfabafb42fdc3aa65371cdc
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ can set in the settings.py file::

This setting is True by default.

ACS_DEFAULT_REDIRECT_URL = reverse_lazy('some_url_name')

This setting lets you specify a URL for redirection after a successful
authentication. Particularly useful when you only plan to use
IdP initiated login and the IdP does not have a configured RelayState
parameter. The default is ``/``.

The other thing you will probably want to configure is the mapping of
SAML2 user attributes to Django user attributes. By default only the
User.username attribute is mapped but you can add more attributes or
Expand Down