We've a requirement where we need to perform EAI & fetch the query parameters from URL in AAC using custom InfoMap mapping rules.
Below are the steps that are performed to establish EAI using AAC.
1. Create a new Authentication Mechanism, Authentication Policy & Infomap Mapping rules.
2. Enable LRR for Login operation on junction [/test]
local-response-redirect:/test]
local-response-redirect-uri = [login] /mga/sps/authsvc/policy/testAuth
3. Create login template page in AAC template files for Login page.
When user access the URL
https://abc.com/test?resumePath=test123&resumeSAML=test123It redirects to
https://abc.com/mga/sps/authsvc/policy/testAuthNow, login page is rendered from AAC templates folder for authentication.
Question:
How to get the query parameters(resumePath=test123&resumeSAML=test123) from initial URL after the junction (/test) in Infomap Mapping rule? What method or class to be used to get the query parameters.
------------------------------
Thanks
Vishnu Vamsi
------------------------------