Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nginx Http Shibboleth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anna-Maria Tipotsch
Nginx Http Shibboleth
Commits
6a70b098
Commit
6a70b098
authored
9 years ago
by
David Beitey
Browse files
Options
Downloads
Patches
Plain Diff
Update README.rst
parent
b2a675b6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
2 additions
and
2 deletions
README.rst
+
2
−
2
View file @
6a70b098
...
@@ -123,8 +123,8 @@ Gotchas
...
@@ -123,8 +123,8 @@ Gotchas
* Subrequest response bodies cannot be returned to the client as Nginx does not currently
* Subrequest response bodies cannot be returned to the client as Nginx does not currently
support NGX_HTTP_SUBREQUEST_IN_MEMORY (whereby it would be buffered in memory and could
support NGX_HTTP_SUBREQUEST_IN_MEMORY (whereby it would be buffered in memory and could
be returned to the client) for FastCGI. As a result, the response body from the
be returned to the client) for FastCGI. As a result, the response body from the
Shibboleth authorizer
are
simply ignored. Typically, this is worked around by having
Shibboleth authorizer
is
simply ignored. Typically, this is worked around by having
Nginx serve an
error
page instead; for instance::
Nginx serve an
suitable
page instead; for instance::
location /secure {
location /secure {
shib_request /shibauthorizer;
shib_request /shibauthorizer;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment