Attribute resolver

Mukesh Nair (UST, USA) Mukesh.Nair at ust-global.com
Wed May 29 17:10:54 EDT 2013


Hi Team,


Currently we depend on attribute resolver(IDP_HOME/conf) to get value in assertion,Attaching a sample access below

<resolver:DataConnector id="myRDBMS" xsi:type="dc:RelationalDatabase">
<dc:ContainerManagedConnection resourceName="java:comp/env/jdbc/XXX" />
<!-- <dc:ApplicationManagedConnection jdbcDriver="com.microsoft.sqlserver.jdbc.SQLServerDriver" jdbcURL="jdbc:sqlserver://hostname:1433;databaseName=XXX"
jdbcUserName="XXXXX" jdbcPassword="XXXXXX"/> -->
<dc:QueryTemplate>
            <![CDATA[
                exec Store_Procedure '$requestContext.principalName'
            ]]>
</dc:QueryTemplate>
...................
</resolver:DataConnector>

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)?


thanks
Mukesh Nair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130529/7ec6214b/attachment.html 


More information about the users mailing list