OIDC configuration Apache and uwsgi #16102
Replies: 1 comment
-
Rather than tweaking gunicorn to accept underscores in headers, my solution was to stop sending underscores in headers in the first place. With
This works for everything except for OIDC-Claim-XXX when the claim name itself contains an underscore. In the standard claims these include However it's not a problem for me, as Netbox is looking at the Related info: https://github.com/OpenIDC/mod_auth_openidc/issues/707 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I ran into https://docs.netbox.dev/en/stable/configuration/remote-authentication/#remote_auth_header
This workaround works.
I would like to get this same behavior working on uwsgi. The documentation shows an example for nginx but I would like this to be expanded for apache2. (https://docs.netbox.dev/en/stable/installation/4b-uwsgi/)
Currently just changing
Does not log me in via SSO.
Is there another option that needs to be set just like gunicorn?
Beta Was this translation helpful? Give feedback.
All reactions