When you click on a Logout link, it goes to https://cas.mydomain.com/cas/logout?service=http://www.myapp.mydomain.com
The name of the application from where the logout was triggered is passed as the value of the parameter "service". If you had said cas.logout.redirectParameter=ratatouille Then the link will go to https://cas.mydomain.com/cas/logout?ratatouille=http://www.myapp.mydomain.com I'm not sure why it's not working. Have you looked at the logs? Ganesh On 13 August 2018 at 22:26, sarika deshmukh <[email protected]> wrote: > Hi Ganesh, > > I have added those properties in cas.properties.But no luck. > > what exactly that service stands for in this property below, > cas.logout.redirectParameter =service > > Is there anything still missing? > > > On Monday, 2 October 2017 12:49:48 UTC+5:30, Антон Шихмат wrote: >> >> Hello everyone, >> >> I'm trying to integrate CAS SAML 2 delegated auth with OKTA using this >> tutorial https://apereo.github.io/2017/03/22/cas51-delauthn-tutorial/ >> CAS properties file should contain such values: keystore path (that >> contains OKTA signing certificate), keystore password and private key >> password. >> OKTA provides signing certificate, so I can create a keystore using it. >> But OKTA does not provide private key for this certificate (or at least I >> cannot find it). I cannot left this value empty, because I will receive an >> exception during CAS startup. >> Can anyone help me, how can I configure OKTA integration without private >> key or where I can find it? >> >> Thanks >> > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/a/ > apereo.org/d/msgid/cas-user/e34c00f4-ec5b-44e3-84a0- > 8789e288f918%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/e34c00f4-ec5b-44e3-84a0-8789e288f918%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAOEeopjBxREZwf0SZ1skmdxr5Maq9UHkc6cYxGh6aDcBE6y1Fw%40mail.gmail.com.
