OIDC configuration Apache and uwsgi #16102
Unanswered
MalfuncEddie
asked this question in
Help Wanted!
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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