Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zatch11

    (@zatch11)

    Actually it appears any URLs with parameters don’t redirect correctly after CAS authenticates. Any help with this would be greatly appreciated.

    Plugin Author Alain-Aymerick FRANCOIS

    (@aaf017)

    Hi,
    I’m sorry but i’ve not free time for the moment. It may be an incompatibility with activated plugins in tour blog and WP Cassify.
    Your URL is malformed because it’s ends with equal after 3492 parameter.

    It seems you’ve a plugin wich interacts with URL and disallow WP Cassify working correctly.

    Best regards.

    Hi @zatch11 we had the same problem, we found that there’s one rawurlencode that is causing this inside the wp_cassify_utils.php.

    You can find it in this function: wp_cassify_encode_query_in_url in line 181.
    $query = rawurlencode( parse_url( $url , PHP_URL_QUERY ) );
    We removed it and that issue was solved

    Hope this helps you.

    P.S.: Also the function above (wp_cassify_strip_get_parameter) is doing almost the same as this function (we don’t understand why there’s so much duplication) but doesn’t have the rawurlencode.

    Cheers,

    • This reply was modified 7 years, 9 months ago by parakedista.

    Hi,
    Thanks parakedista,
    I will apply your fix in next release.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Authentication failure’ is closed to new replies.