-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect loop when using CAS sign in #134
Comments
Thanks for the report, we'll see if we can reproduce. Might be an issue with using a proxy, we don't use that configuration. We may have to add another plugin option to support proxy config. |
Also can you confirm that the Authorizer Setting "CAS server method" is set to |
One more question, do you have any other plugins or hooks that affect the login flow or move the |
Hi, I'm encountering the same issue. I am using a client with CAS 3.0 protocol. |
@StevieDrew Are you using a proxy in your setup? Trying to narrow down some of the possible causes of the issue. @paszczus Do you have any additional information as requested by figurone? |
Hi @pkarjala No proxy, just a client setup. |
OK; do you happen to have any logs showing errors or additional information when the redirect loop is occurring? |
Hi, [Fri Jan 26 13:14:56.238104 2024] [php:notice] [pid 90654] [client xxx.xxx.xxx.xxx:52692] CAS server returned an Authe ntication Exception. Details: No problem with similar CAS plugins for other services (nextcloud and limesurvey) |
@Rushtard the "no response from the CAS server" message sounds like a network issue, can you verify that the WordPress site can reach the CAS server? The Authorizer settings page will try to warn you if the server is unreachable: |
Hello,
We are trying to use an authorizer on a multisite setup, and after setting it up, it redirects us to the CAS server. After a successful login, we end up in an endless loop. What can cause this problem?
This happens when using a Proxy and the SAML 1.1 protocol. After switching to CAS 2.0/3.0, after login, it immediately logs out from CAS.
Version 3.6.3.1, WordPress 6.3.1.
The text was updated successfully, but these errors were encountered: