<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="text-align:left; direction:ltr;">
<div>Greetings,</div>
<div><br>
</div>
<div>It's my first time creating an intercept and working with Spring so I do apologize in advance.  I am using the ExpiringPassword intercept for reference.  I have this intercept defined in /opt/shibboleth-idp/conf/intercept/profile-intercept.xml</div>
<div><br>
</div>
<div style="margin-left: 3ch;">
<div><bean id="<b>intercept/password-recovery</b>" parent="shibboleth.InterceptFlow" /></div>
<div><br>
</div>
</div>
<div>However, I am seeing this in the debug logs:</div>
<div><br>
</div>
<div style="margin-left: 3ch;">
<div>[net.shibboleth.idp.profile.spring.factory.FlowDefinitionRegistryFactoryBean:240] Registered flow ID '<b>intercept</b>' using 'file [/opt/shibboleth-idp/flows/intercept/password-recovery-flow.xml]'</div>
<div><br>
</div>
</div>
<div>I'm assuming that the flow ID should be set instead to '<b>intercept/password-recovery</b>' similar to this:</div>
<div><br>
</div>
<div style="margin-left: 3ch;">
<div>[net.shibboleth.idp.profile.spring.factory.FlowDefinitionRegistryFactoryBean:240] Registered flow ID 'i<b>ntercept/expiring-password</b>' using 'file [/opt/shibboleth-idp/flows/../system/flows/intercept/expiring-password-flow.xml]'</div>
</div>
<div><br>
</div>
<div>Where do I set the flow ID?</div>
<div><br>
</div>
<div>regards,</div>
<div>Ryan</div>
<div><br>
</div>
</body>
</html>