I'm trying to add a link to my CAS login page which enters the login webflow
using the eventId "forgotPassword". My JSP markup looks like this:
<div class="sidebar-content">
<p style="font-size:10px;"><a
href="${flowExecutionUrl}&_eventId=forgotPassword">Forgot Password</a></p>
</div>
When I try to follow the link, I'm getting the error "Application Not
Authorized to Use CAS". I looked at the URL that gets generated, and it looks
like this:
https://<my_server>/cas/login?TARGET=%5BLjava.lang.String%3B%4022d1ed3e&_eventId=forgotPassword
It seems obvious that the target is wrong. Am I doing this horribly wrong? How
do I get a URL that enters the webflow?
Thanks,
Eric Stein
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user