Forum Discussion

kazeem_yusuf1's avatar
kazeem_yusuf1
Icon for Nimbostratus rankNimbostratus
Sep 27, 2017

OAUTH TOKEN IN F5 LTM

How can i enable the LTM to perform successfully oAuth functionality.

 

I have a virtual server, 10.1.120.10 which loadbalances effectively for the CRM application.

 

However,within the application, there is an oAuth token,which doesn't work on the Virtual Server IP but is effective on individual servers.

 

http://10.1.120.18:6001/UserManagement/appmanager/care/login?oAuthToken=artwtrwertwerr&MSISDN=9039166811&userName=edating works well. (INDIVIDUAL NODE)

 

However, (Virtual Server), http://10.1.120.10/UserManagement/appmanager/care/login?oAuthToken=artwtrwertwerr&MSISDN=9039166811&userName=edating gives an error.

 

I only have a normal redirect irule configured.

 

when HTTP_REQUEST { if { [HTTP::host] equals "10.1.120.10" && [HTTP::uri] equals "/"} { HTTP::respond 301 noserver Location "; Cache-Control "max-age=7200"

 

} }

 

No RepliesBe the first to reply