Skip to content

Commit 1f13eed

Browse files
author
Guillaume Rousse
committed
add WSGIPassAuthorization directive to Apache configuration
1 parent f519bc6 commit 1f13eed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/mod_wsgi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ WSGIScriptAlias / /usr/lib/python3.4/site-packages/satosa/wsgi.py
9595
WSGICallableObject app
9696
WSGIImportScript /usr/lib/python3.4/site-packages/satosa/wsgi.py \
9797
process-group=satosa application-group=satosa
98+
99+
# ensure authorization headers are transmitted to the application
100+
WSGIPassAuthorization On
98101
```
99102

100103
## SATOSA Configuration

0 commit comments

Comments
 (0)