• Resolved franck86

    (@franck86)


    CAS authentication is not working when the service url use parameters (In my case link generated by mailpoet).

    The issue is solved adding a urlencode around the service url.

    Line 349 of wp_cassify_plugin.php

    
    $service_validate_url = $wp_cassify_base_url .
                                            $wp_cassify_service_validate_servlet . '?' .
                                            $wp_cassify_default_service_ticket_parameter_name . '=' . $service_ticket . '&' .
                                            $wp_cassify_default_service_service_parameter_name .'=' . urlencode($service_url);
    
    • This topic was modified 4 years, 10 months ago by franck86.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Service Url with parameters’ is closed to new replies.