Commit 2166396
authored
Fix for overriding custom error view using SAML_ACS_FAILURE_RESPONSE_FUNCTION (#247)
* Fix SAML_ACS_FAILURE_RESPONSE_FUNCTION override:
Add the `import_string` import so that you can use the above variable to
supply a different template rendering function.
* Update Custom Error Handler docs:
The custom error function that is passed in using
SAML_ACS_FAILURE_RESPONSE_FUNCTION has changed signature and the example
no longer works.
The custom function with an extra positional argument so the
documentation has been updated to include this.1 parent 033b16c commit 2166396
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments