Skip to content

Commit

Permalink
Update shibboleth instructions to replace deprecated ood_auth_map.reg…
Browse files Browse the repository at this point in the history
…ex with user_map_match config item (#994)

related to c2dd0a4
  • Loading branch information
ticklejw authored Aug 5, 2024
1 parent 287a608 commit 67301e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/authentication/shibboleth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ such:
logout_redirect: /Shibboleth.sso/Logout?return=https%3A%2F%2Fidp.my-center.edu%2Fidp%2Fprofile%2FLogout
# Capture system user name from authenticated user name
user_map_cmd: "/opt/ood/ood_auth_map/bin/ood_auth_map.regex --regex='^(\\w+)@my-center.edu'"
user_map_match: '([^@]+)@my-center.edu'
In the example above:

- The ``user_map_cmd`` uses regular expressions to map the authenticated user
- The ``user_map_match`` uses regular expressions to map the authenticated user
``[email protected]`` to their system user name ``bob``.
- The ``RequestHeader`` settings are used to strip private session information
from being sent to the backend web servers.
Expand Down

0 comments on commit 67301e9

Please sign in to comment.