Forum Discussion
How do i determine SSO method
Please do not post customer information in this forum.. the method is Forms
to find Forms parameters to configure, I use Firefox firebug, try to authenticate with aaa login and bbb password, and search in the POST data informations.
in you page,
- Start URI is /newEmsg/Pages/Login.aspx
- Form action is /newEmsg/Pages/Login.aspx
- Form parameter for Username is ctl00%24cphBody%24Login1%24txtLoginName
- Form parameter for Password is ctl00%24cphBody%24Login1%24txtPassword
All other POST data must be added to Hidden form parameters with:
One parameter per line, followed by the value (separator is space)
to get them, you must split POST data with separator & and replace = by space.
Some applications add dynamic parameters values to block CSRF attacks. this protection will disallow SSO.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com