<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>&lt;resolver:DataConnector id=&quot;myRDBMS&quot; xsi:type=&quot;dc:RelationalDatabase&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;dc:ContainerManagedConnection resourceName=&quot;java:comp/env/jdbc/XXX&quot; /&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;!-- &lt;dc:ApplicationManagedConnection jdbcDriver=&quot;com.microsoft.sqlserver.jdbc.SQLServerDriver&quot; jdbcURL=&quot;jdbc:sqlserver://hostname:1433;databaseName=XXX&quot;&nbsp;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>jdbcUserName=&quot;XXXXX&quot; jdbcPassword=&quot;XXXXXX&quot;/&gt; --&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;dc:QueryTemplate&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;![CDATA[</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exec Store_Procedure '$requestContext.principalName'</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]]&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;/dc:QueryTemplate&gt;</div>
<div>...................</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>&lt;/resolver:DataConnector&gt;</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>