<div dir="ltr">Hi,all<div><br></div><div>Thanks for you advice!!</div><div><br></div><div>I could extract cookie value in the folloeing ways.</div><div><br></div><div><div><bean id="checkSecondFactor"  parent="shibboleth.ContextFunctions.Scripted" factory-method="inlineScript"</div><div>        p:customObject-ref="shibboleth.HttpServletRequest"></div><div>    <constructor-arg></div><div>        <value></div><div>        <![CDATA[</div><div>            logger = Java.type("org.slf4j.LoggerFactory").getLogger("net.shibboleth.idp.authn.impl.TransitionMultiFactorAuthentication");</div><div>            var cookies = custom.getCookies();</div><div>            for (var i = 0; i < cookies.length; i++) {</div><div>                <a href="http://logger.info">logger.info</a>("name:" + cookies[i].getName());</div><div>                <a href="http://logger.info">logger.info</a>("value:" + cookies[i].getValue());</div><div>            } </div><div>            nextFlow = "authn/Totp";</div><div>            nextFlow;</div><div>        ]]></div><div>        </value></div><div>    </constructor-arg></div><div></bean></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-02 5:25 GMT+09:00 Tony Plovich <span dir="ltr"><<a href="mailto:aplovich@anl.gov" target="_blank">aplovich@anl.gov</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p>The example here:</p>
    <p><a class="m_2368508238099150770moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/IDP30/SPNEGOAuthnConfiguration#SPNEGOAuthnConfiguration-ExampleConditionsinJavaScript" target="_blank">https://wiki.shibboleth.net/<wbr>confluence/display/IDP30/<wbr>SPNEGOAuthnConfiguration#<wbr>SPNEGOAuthnConfiguration-<wbr>ExampleConditionsinJavaScript</a>:</p>
    <p>can be adapted to the scripted MFA flow selector shown here:</p>
    <p><a class="m_2368508238099150770moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/IDP30/MultiFactorAuthnConfiguration#MultiFactorAuthnConfiguration-ProgrammaticallySelectingFlows" target="_blank">https://wiki.shibboleth.net/<wbr>confluence/display/IDP30/<wbr>MultiFactorAuthnConfiguration#<wbr>MultiFactorAuthnConfiguration-<wbr>ProgrammaticallySelectingFlows</a></p>
    <pre class="m_2368508238099150770moz-signature" cols="72">Tony Plovich (<a class="m_2368508238099150770moz-txt-link-abbreviated" href="mailto:aplovich@anl.gov" target="_blank">aplovich@anl.gov</a>)
Argonne National Laboratory
</pre><div><div class="h5">
    <div class="m_2368508238099150770moz-cite-prefix">On 05/01/2018 01:12 AM, Noriyuki TAKEI
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hi,all
        <div><br>
        </div>
        <div>I'd like to get Cookie values in
          /opt/shibboleth-idp/conf/<wbr>authn/mfa-authn-config.xml.</div>
        <div><br>
        </div>
        <div>Spacifically,I'd like to omit specific flow on the basis of
          cookie value.</div>
      </div>
      <br>
      <fieldset class="m_2368508238099150770mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">・‥…━━━━━━━━━━━━━━━━━━━━━━━…‥<br> サイオステクノロジー株式会社<br>  技術部<br>  クラウドソリューショングループ<br>  武井 宜行<br>  〒106-0047  東京都港区南麻布二丁目 12 番 3 号 サイオスビル<br>  TEL:070-6569-1211 (直通) 03-6401-5117 (部代表)<br>  URL:<a href="http://www.sios.com/" target="_blank">http://www.sios.com/</a><br><br> ■SIOSの最新情報はこちらから!「いいね!」をお待ちしています■<br> (SIOS Technology):<a href="http://www.facebook.com/SIOSTechnology" target="_blank">http://www.facebook.com/SIOSTechnology</a><br> (OSSよろず相談室):<a href="http://www.facebook.com/OSSyorozu" target="_blank">http://www.facebook.com/OSSyorozu</a><br><br> ■Twitter公式アカウント■<br> <a href="https://twitter.com/#!/SIOS_Technology" target="_blank">https://twitter.com/#!/SIOS_Technology</a><br>・‥…━━━━━━━━━━━━━━━━━━━━━━━…‥</div></div></div></div></div></div>
</div>