Skip to content
Snippets Groups Projects
Commit 3a08187b authored by David Beitey's avatar David Beitey
Browse files

Fix incorrect documentation about shib_request

parent 3760adc6
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ Steps ...@@ -13,7 +13,8 @@ Steps
#. Configure Shibboleth FastCGI authorizer and reponsder applicatons to run. #. Configure Shibboleth FastCGI authorizer and reponsder applicatons to run.
#. Configure Nginx to talk to both FastCGI authorizer and responder. #. Configure Nginx to talk to both FastCGI authorizer and responder.
#. Configure your Nginx application ``location`` block with ``shib_request #. Configure your Nginx application ``location`` block with ``shib_request
on``. /shibauthorizer``, where ``/shibauthorizer`` is the path to your Shibboleth
authorizer location inside Nginx.
#. Configure Shibboleth's ``shibboleth2.xml`` so the authorizer and responder are #. Configure Shibboleth's ``shibboleth2.xml`` so the authorizer and responder are
aware of which paths to protect. aware of which paths to protect.
#. Ensure your application code accepts the relevant incoming headers for #. Ensure your application code accepts the relevant incoming headers for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment