Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.txt #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
6 changes: 6 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ Run the demo sponsored by Anderson Innovative, LLC at https://idpdemo.andersonin
buildout
----------------------
If you are using buildout to install packages install saml2idp from PyPI and install the saml2sp package from this repo here.

Attributes
----------------------
In case SP needs additional data to create/update/authenticate the user based on the SAML response, Attributes must be used ([Documentation](https://www.oasis-open.org/committees/download.php/27819/sstc-saml-tech-overview-2.0-cd-02.pdf)).

To add custom attributes see `saml2idp.demo.AttributeProcessor` for an example.