Commit 1844bf3
authored
Update setup.rst (#307)
The document has something wrong in PySAML2 specific files and configuration:
https://djangosaml2.readthedocs.io/contents/setup.html#pysaml2-specific-files-and-configuration
The example put `allow_unknown_attributes` in `service.sp`, however, in pysaml2, `allow_unknown_attributes` is at root level, since `allow_unknown_attributes` was put at `COMMON_ARGS`:
https://github.com/IdentityPython/pysaml2/blob/master/src/saml2/config.py1 parent 9d975f7 commit 1844bf3
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
468 | 472 | | |
469 | 473 | | |
470 | 474 | | |
| |||
526 | 530 | | |
527 | 531 | | |
528 | 532 | | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
0 commit comments