We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fc02d commit b68b8feCopy full SHA for b68b8fe
doc/mod_wsgi.md
@@ -95,6 +95,9 @@ WSGIScriptAlias / /usr/lib/python3.4/site-packages/satosa/wsgi.py
95
WSGICallableObject app
96
WSGIImportScript /usr/lib/python3.4/site-packages/satosa/wsgi.py \
97
process-group=satosa application-group=satosa
98
+
99
+# ensure authorization headers are transmitted to the application
100
+WSGIPassAuthorization On
101
```
102
103
## SATOSA Configuration
0 commit comments