• Hi,

    There should be an issue whenever the request url contain parameter values, e.g. example.com/?xxx=1&yyy=2…
    It prompt CAS Authentication failed while when the request url is just example.com or example.com/subsite it works fine.

    
    <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
    	<cas:authenticationFailure code='INVALID_SERVICE'>
    		ticket 'ST-123456-xxxxxxxxxxx-cas' does not match supplied service.  The original service was 'https://example.com/subsite/?id=350&tab=action&list_id=123&task_id=456=' and the supplied service was 'https://example.com/subsite/?id=350'.
    	</cas:authenticationFailure>
    </cas:serviceResponse>	
    

    Would you please advise how do fix it? Thanks.

The topic ‘CAS Authentication failed – request url contain parameter’ is closed to new replies.