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