Replies: 1 comment
-
See also here: https://github.com/zmartzone/mod_auth_openidc/wiki/Sessions-and-Timeouts |
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
-
I inherited a web-based project from someone who is no longer with the company, and I've been struggling for the last several months to get a grasp on how the mod_auth_openidc module is supposed to work and exactly what it's supposed to be doing. I suspect it's just not configured correctly, or there's something missing entirely, but the project has so many layers (Apache, Django, REST API, React, SSL, Azure ID, access tokens, OpenID Connect, etc.), it's hard to know what I need to change to fix issues as they arise.
I have a general understanding of what mod_auth_openidc is (a module that enables authentication to help protect the site), but I'm not sure I understand what it's actually supposed to do. All it currently seems to be doing is timing out user sessions, which causes the website to hang due to failures, which requires users to manually refresh the browser every morning before they can use it again. I have a configuration file where I can change OIDC settings, but users just keep running into issues if the site is kept open long enough.
Starting with a couple basic questions:
Beta Was this translation helpful? Give feedback.
All reactions