<div dir="ltr"><div>If we wish to have multiple Duo applications -- to support multiple policies -- can we add an additional bean like below to 'duo-authn-config.xml'? We have already consumed 'SpecialDuo' for a very special application.<br></div><div><br></div><div><bean id="DefaultDuo2" class="net.shibboleth.idp.authn.duo.BasicDuoIntegration"<br>    p:APIHost="%{idp.duo2.apiHost:none}"<br>    p:applicationKey="%{idp.duo2.applicationKey:none}"<br>    p:integrationKey="%{idp.duo2.integrationKey:none}"<br>    p:secretKey="%{idp.duo2.secretKey:none}" /></div><div><br></div><div><util:map id="DuoIntegrationMap"><br>        <entry key="default" value-ref="DefaultDuo" /><br>            <entry key="<a href="https://hello/shibboleth">https://hello/shibboleth</a>" value-ref="SpecialDuo2" /><br> </util:map></div><div><br></div><div><br></div><div>Update in 'duo.properties':</div><div><br>idp.duo2.apiHost = <a href="http://api-blah.duosecurity.com">api-blah.duosecurity.com</a><br>idp.duo2.applicationKey = xxxxx<br>idp.duo2.integrationKey = yyy<br>idp.duo2.secretKey = xxx</div><div><br></div><div>And subsequently <a href="https://hello/shibboleth">https://hello/shibboleth</a> will go to the Duo Application with the 'duo2' application/integration key? <br></div><div><br></div><div><br></div><div><br></div></div>