Symantec Access Management

 View Only
  • 1.  Siteminder / Single Sign ON - Admin UI - dynamic resource filter

    Posted May 05, 2020 10:58 AM
    Is it possible to configure dynamic url in resource filter as protected (maybe using regex) 

    component_rest:
    /rest/url/* - not protected (have no problem with this)

    component_rest_transfer:
    /rest/url/*/transfer - protected  - * is rest version with can be changed for example:
    /rest/url/v1.0.6/transfer

    if I configure this with * on resource filter its using the wrong component. it should use the component_rest_transfer

    ------------------------------
    Thanks,
    Nissim
    ------------------------------


  • 2.  RE: Siteminder / Single Sign ON - Admin UI - dynamic resource filter
    Best Answer

    Broadcom Employee
    Posted May 06, 2020 01:31 AM
    Hi Nissim

    It can be done with a following configuration.

    1. Create "unprotected" realm with /res/url


    2. Create rule with /*/transfer*

    Test result with SiteMinder Test tool.
    /rest/url/v1.0.6/trasnsfer. : protected

    /rest/url/test/xyz : not protected

    When you need more complex one, you can use Active Rule in SiteMinder SDK. However, your requirement can be done with a simple configuration.

    Kind regards

    B.K.