10-Nov-2020 22:48
i configured APM policy for application which authenticate from AD with SSO variable and Formed SSO, log return for Formed SSO with success match (/Common/Test_WebTop:Common:218f44e3:ssoMethod:|form-based| customLogConfigName:|/Common/Hesab| usernameSource:|session.sso.token.last.username| passwordSource:|session.sso.token.last.password| startURI:|/webnmc/account/adminlogin| formAction:|http://xx.xx.xx.xx/webnmc/account/adminlogin| formUsername:|username| formPassword:|password| formParams:| | _successMatchType:|0| _successMatchValue:|| ) but always ends with ssoDisabled: false, _needAuth: true then get login page.
Form information i got it from Fiddler, any suggestion to figure out the issue here
11-Nov-2020 23:00
any idea to troubleshoot and figure out issue?
15-Nov-2020 07:13
can you check if the backend website recognizes the request as being tried? is there an application log that shows login failed or ...?
if not then i would try to packet capture on the server side and see if a response is shown.