<div dir="ltr"><div dir="ltr">Thanks for the reply, I have previously reviewed those items and it did help me with setting up an interceptor to check for attribute values during the post auth flow.<div><br></div><div>What I have now is code in "MyCustomCheck.java" with a method that returns a boolean and the class depends on external jars (net.sf.json for example).</div><div>1) in edit-webapp, can I just create a src folder to put in the java?</div><div>2) is there somewhere that I can define my jar dependencies or do i just throw the jars into edit-webapp/WEB-INF/lib?</div><div>3) How do I define the flows/intercept/customcheck/customcheck-beans.xml to call MyCustomCheck.doSomeCheck() and pass the returned boolean value to my customcheck-flow.xml to process the decision-state block?</div><div><br></div><div>customcheck-flow.xml has:</div><div><div> <decision-state id="CheckContext"></div><div> <if test="ContextCheckPredicate.apply(opensamlProfileRequestContext)" <-- how to test the return value from my java class?</div><div> then="proceed" else="DoCustom" /></div><div> </decision-state></div></div><div><br></div><div>Sorry, but it is not obvious to me how to implement this type of check. Maybe it's my lack of experience with SWF.</div><div><br></div><div>-spv</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 3, 2019 at 1:17 AM Rod Widdowson <<a href="mailto:rdw@steadingsoftware.com">rdw@steadingsoftware.com</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"><div dir="auto"><div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><font color="#000000"><span style="background-color:rgba(255,255,255,0)">Where would be the best location so it will not be an issue when I upgrade shibboleth?</span></font></div></div></blockquote></div><div><br></div>edit-webapp<div><br></div><div>See here[1] under ‘Installation Layout’</div><div><br></div><div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>It's also not clear to me how to define the interceptor bean to make the java call.</div></div></div></blockquote><div><br></div>Does [2] help?<br><div><br></div><div><span style="background-color:rgba(255,255,255,0)">[1] <a href="https://wiki.shibboleth.net/confluence/display/IDP30/Configuration" target="_blank">https://wiki.shibboleth.net/confluence/display/IDP30/Configuration</a></span><br></div>[2] <a href="https://wiki.shibboleth.net/confluence/display/IDP30/ProfileInterceptConfiguration" target="_blank">https://wiki.shibboleth.net/confluence/display/IDP30/ProfileInterceptConfiguration</a>.<div dir="ltr"><br></div></div></div>-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a></blockquote></div>