mozilla-iam / mozilla.oidc.accessproxy

Stand-alone OIDC Access Proxy
Mozilla Public License 2.0
11 stars 10 forks source link

Fix bug with X-Forwarded-Groups containing a leading pipe character #22

Closed gene1wood closed 6 years ago

gene1wood commented 6 years ago

Fixes #20

This fixes the bug, adds parentheses to clarify what's going on from a precedence standpoint and adds a comment to explain what the line is doing

gene1wood commented 5 years ago

This introduced a new bug when there are no usergrps as the X-Forwarded-Groups can't be set to a non string like false.

26 fixes this