Http get will redirect the user to the original request
after authentication.
HTTP POST have different flow, original request
is in the body of the request that’s why we cant put the original request into
goto because OAM will lose the
content of the request. We will still use goto but in this request will not use
original request, instead it will point to dummy url and Policy agent will hold
the original request. After successful authentican Policy agent will retrive the original cache POST data and Post Form is submitted to browser, browser execute(browser needs to support JavaScript) self submitted Form and browser will create new POST Request. Now browser have IPlantDirectoryPro cookie.
No comments:
Post a Comment