IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Get WebSeal instance name in HTTP Transformation Rule

  • 1.  Get WebSeal instance name in HTTP Transformation Rule

    Posted Mon November 11, 2019 10:46 AM
    Hello Guys,

    I'm looking for a possibilty to get the name of a WebSeal instance in a HTTP Transformation Rule because I want to differentiate a request  from different WebSeal instances. Here is my code snippet:

    <xsl:variable name="output">

    <xsl:call-template name="string-replace-all">

    <xsl:with-param name="text" select="node()" />

    <xsl:with-param name="replace" select="'/mga/sps/oauth/oauth20/.well-known/openid-configuration'" />

    <xsl:with-param name="by" select="'/mga/sps/oauth/oauth20/metadata/WebSeal-Instance-ABC'" />

    </xsl:call-template>

    </xsl:variable>

    So the String "WebSeal-Instance-ABC" should be a dynamical value (variable) in this case.
    Is this possible?
    Thanks & best regards
    Thomas

    ------------------------------
    Thomas Renner
    ------------------------------