Skip to content

Commit

Permalink
docs: fix of minimal configuration setup
Browse files Browse the repository at this point in the history
* Fixes minimal example setup so it matches code in tests.
  • Loading branch information
nicolacammillini authored and jirikuncar committed Sep 19, 2016
1 parent 46816aa commit c75c612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Contributors
* ThiefMaster <adrian@planetcoding.net>
* Tibor Simko <tibor.simko@cern.ch>
* Harri Hämäläinen <harri.hamalainen@csc.fi>
* Nicola Cammillini <nicola.cammillini@gmail.com>
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variables to a dictionary containing user information:
'HTTP_SHIB_AUTHENTICATION_METHOD': (False, 'authmethod'),
}
app.config.setdefault('SSO_ATTRIBUTE_MAP', SSO_ATTRIBUTE_MAP)
app.config['SSO_ATTRIBUTE_MAP'] = SSO_ATTRIBUTE_MAP
Third, let's set up a login handler function that reads user information
Expand Down

0 comments on commit c75c612

Please sign in to comment.