<div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif">Scott,</div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">Thanks for getting back to me.  Understand about IDP4 EOL.  We'll be going to IDP5 at some point, but that's above my pay grade. </div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">If that view is an end-state, then I may be hosed with this approach.  That's unfortunate.  I was hoping to be able to do something like the Consent Intercept does with the terms of use.  It does its test to see if you have a cookie set, takes you to a form if you don't, you have to accept the terms of use, then you click Submit and it sets the cookie.  </div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">So that one does:</div><div class="gmail_default" style="font-family:arial,sans-serif">Test Condition [cookie], if not set show form [terms of use], click submit, set [cookie], continue.</div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">Was hoping the Context Check one could do something similar:</div><div class="gmail_default" style="font-family:arial,sans-serif">Test Condition [attribute], if not set show form [rules], click submit, set [AD property], continue.</div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">Thanks for the info.</div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Dec 16, 2024 at 2:21 PM Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> I'm pretty new with IDP4<br>
<br>
V4 has been EOL since September (not that it matters in this scenario, just noting it).<br>
<br>
> So basically, I've got Context Check Intercept working to the<br>
> point where the documentation and examples end. But once<br>
> the view/template/form is displayed, I need the user to be<br>
> able to click a button and run a script.<br>
<br>
There is nothing more the IdP allows after that point is reached, the event the interceptor signals terminates the converrsation and the flow has ended (the view in question is an "end-state", that is, a view rendered as the last step of a webflow).<br>
<br>
Anything else the view offers is outside the scope of the IdP (short of a URL routing somebody back into the IdP at some other endpoint, which would start a new flow conversation).<br>
<br>
I don't have any ability to go through the rest, that's far outside the bounds of free support.<br>
<br>
The closest tool provided for what you're asing about would be the External interceptor since that can run arbitrary Java/JSP code (and link out to anything else), and would optionally result in the conversation ending depending on what it signaled back.<br>
<br>
-- Scott<br>
<br>
<br>
</blockquote></div>