Replies: 2 comments 3 replies
-
So I just realized that I was using a rather old version 1.8.8. Since upgrading to the latest release v2.4.13.2 I'm getting the same behaviour but with a different error:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
see https://github.com/OpenIDC/mod_auth_openidc/wiki/Sessions-and-Timeouts#session-timeout-and-forms |
Beta Was this translation helpful? Give feedback.
2 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.
-
Dear community,
I have a location protected
/wp-admin
using HTTPD. Whenever I call the protected url everything works fine. I get authenticated and I can access the subfiles and subdirectories of the protected location. But the problem is whenever we make a POST from the CMS WYSIWG/wp-admin/post.php
after the default 300second timeout from that sub location the google blocks this as a violation of it's CORS policy. I guess because it's not comming from the OIDCRedirectURI and it want to re-autheticate ? Do you have experience with this ? I'm thinking increasing the default 300 second timeout but I don't like this workaround and I was wondering if you have some better solution for this problem on mind. Thanks !Beta Was this translation helpful? Give feedback.
All reactions