Forum Discussion

1 Reply

  • Hi,

    can you explain the context please and Goal.

    In fact you are using API so you have to pass in clientless mode.

    when HTTP_REQUEST {
        HTTP::header insert "clientless-mode" 1
    }
    

    But your problem with SAML is that is using redirects between the SAML SP and the SAML IdP. In this case, redirects are not supported by API (unless you create this part)...

    Then you will an irule to retrieve your username and password in order to pass it in APM...

    Regards