Forum Discussion

Asif_Pasha_3042's avatar
Asif_Pasha_3042
Icon for Nimbostratus rankNimbostratus
Dec 17, 2017

Passing Parameters(authenticated on AD) to web server.

I need to pass the parameters(user id & password) authenticated on landing page (auth server is AD on landing page) to webservers

 

Eg: https://xyz.com/abc/quth.asper?username=11576&password=11576

 

Pass this variables to webserver to validate further.

 

Tried so far: 1. Configuring network resource with URI 2. Configured SSO Credentials Mappings over VPE 3. SSO configurations - form based & client initiated Nothing worked so far.

 

How can I do it? Please help

 

1 Reply

  • i think some more info is needed.

     

    you using APM module? you want APM to pick up that request and then send them to AD for check and afterwards pass them on to be backend server?

     

    have you already built an APM profile / policy, how does it look?

     

    if the above is kinda correct then you could look at clientless mode.

     

    https://devcentral.f5.com/questions/apm-clientless-mode

     

    in that case you have to write the irule logic to pickup the username and password from the URI, feed that into the session username / password fields and get going.