Skip to Content
0
Oct 16, 2019 at 08:21 AM

index.html http request form data read

90 Views

I have a IDP provider(Okta), after validating user auth, it redirects to my UI5 app in ECC.

The landing page is index.html.

index.html http Request contains FORM DATA as SAML response.

How to get the content of this Form Data (SAML encoded text) into a variable in my webide development. Can I read the content in index.html, or in my starting view controller.

Please help