Hi lubla,

I have looked into the HTML of CAS 6 (if CAS 6 don't have the feature, CAS 
5 won't have) of the password reset success page, I don't see any 
preservation of service, so I guess this part is not implemented...

https://github.com/apereo/cas/blob/v6.1.1/webapp/cas-server-webapp-resources/src/main/resources/templates/casPasswordUpdateSuccessView.html

You see that in the form action here
<form method="post" id="form" class="fm-v clearfix" th:action="@{/login}">

They just point to /login without any service parameter.

So I think customization might be needed for this to be done.

Side note:
- If you *only have one service*, you can actually set a default service, 
and that will make it so, even no service in the header, user still getting 
redirected back to the service they should go to:
  *cas.view.defaultRedirectUrl: https://www.example.com*

See if the above info helps...

- Andy





-- 
- 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/98dd5dfc-9eb6-4e8d-988d-1c386f917df6%40apereo.org.

Reply via email to