<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Hi Team,</div>
<div><br>
</div>
<div><br>
</div>
<div>Currently we depend on attribute resolver(IDP_HOME/conf) to get value in assertion,Attaching a sample access below</div>
<div><br>
</div>
<div><resolver:DataConnector id="myRDBMS" xsi:type="dc:RelationalDatabase"></div>
<div><span class="Apple-tab-span" style="white-space:pre"></span><dc:ContainerManagedConnection resourceName="java:comp/env/jdbc/XXX" /></div>
<div><span class="Apple-tab-span" style="white-space:pre"></span><!-- <dc:ApplicationManagedConnection jdbcDriver="com.microsoft.sqlserver.jdbc.SQLServerDriver" jdbcURL="jdbc:sqlserver://hostname:1433;databaseName=XXX" </div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>jdbcUserName="XXXXX" jdbcPassword="XXXXXX"/> --></div>
<div><span class="Apple-tab-span" style="white-space:pre"></span><dc:QueryTemplate></div>
<div> <![CDATA[</div>
<div> exec Store_Procedure '$requestContext.principalName'</div>
<div> ]]></div>
<div><span class="Apple-tab-span" style="white-space:pre"></span></dc:QueryTemplate></div>
<div>...................</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span></resolver:DataConnector></div>
<div><br>
</div>
<div>Is there any other way to share a user session value (say MachineIP) without hitting the Database and make it available to assertion in attribute resolver(IDP_HOME/conf)?</div>
<div><br>
</div>
<div><br>
</div>
<div>thanks</div>
<div>Mukesh Nair</div>
</div>
</body>
</html>