Hi all,
I'm trying to authenticate Webex through CAS with SAML2.
The login works fine but we have an issue with logout. As Cisco support has informed us, the error is in CAS response to logout. In the parameter 'InResponseTo' CAS sets an URL while it is supposed to be the request id.
I have checked SAML objects returned by CAS and indeed, while in login response 'InResponseTo' is set to the request id, in logout response is set to "
https://idbroker-eu.webex.com/XXX".
We have deployed CAS v6.3.2.
Is it a CAS implementation issue or a configuration issue?
How can we solve it?
Thank you.