Replies: 3 comments 6 replies
-
the server debug logs will tell you why this happens, most probably a cookie issue |
Beta Was this translation helpful? Give feedback.
-
I'm not quite sure how it'd be a cookie issue if other versions work, but here's some hopefully helpful output. If I've redacted to the point of uselessness, my apologies. I'd be able to send more info in a more secure manner or maybe even show the behavior in a Zoom session. I'm sure it's something dumb I've done, but I can't see it. The entire config associated with mod_auth_openidc is in the initial question. # systemctl stop httpd
# dnf remove mod_auth_openidc
# dnf install mod_auth_openidc-2.4.6-1.el8.x86_64.rpm ... edit apache conf to turn on
... tail logs and visit a page that's a simple html page with no other requests associated
... would repeat on and on and on if I didn't ask the browser to stop the insanity. If I install the earlier version known to work, this does not occur. |
Beta Was this translation helpful? Give feedback.
-
I'm a bit confused. Does this mean I'll have to start using mod_oauth2 for the |
Beta Was this translation helpful? Give feedback.
-
There appears to be a bug in v2.4.5+.
We're running CentOS 8. We've been running v2.3.7 that comes with AppStream for a while. Lately, we've been noticing browsers complaining of too many/large cookies. We wanted to make use of
OIDCStateMaxNumberOfCookies 3 true
but that requires v2.3.8+.Looking through the releases, though, we only find RPMs for el8 for the 2.4x versions, so I naturally tried the latest (2.4.6). When visiting a page then, it kept on and kept on in a redirect loop between Azure and our sever. Strange.
I tried v2.4.5 and came across the same thing.
I then tried v2.4.4 and no longer had the issue.
Beta Was this translation helpful? Give feedback.
All reactions