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
  • 1.  How can I pass a custom static header from webseal to a particular junction

    Posted Thu August 20, 2020 03:18 AM

    Is there any simple mechanism to pass a custom/static header (like staff=true) from WebSEAL to a specific junction backend server.

    We have many ReverseProxy instances and if request is served by our staff webseal instance we want webseal to pass "staff=true" header to a junction.

    We can't use [header-names] stanza as the header is a static value and headers listed under this stanza are available globally to all junctions.



    #Support
    #SupportMigration
    #Verify


  • 2.  RE: How can I pass a custom static header from webseal to a particular junction

    Posted Thu August 20, 2020 03:24 AM

    You could do this with a HTTP transformation rule.



    #Support
    #SupportMigration
    #Verify


  • 3.  RE: How can I pass a custom static header from webseal to a particular junction

    Posted Thu August 20, 2020 03:28 AM

    Do you have an example for reference.



    #Support
    #SupportMigration
    #Verify


  • 4.  RE: How can I pass a custom static header from webseal to a particular junction

    Posted Thu August 20, 2020 03:45 AM

    Here is an example from our Support Github:

    https://github.com/IBM-Security/isam-support/blob/master/config-example/webseal/http-transformations/request/request-add-header.xslt

    Here is reference to the full support Github:

    https://github.com/IBM-Security/isam-support



    #Support
    #SupportMigration
    #Verify