Hi Devs,

I am sending additional query parameter with SAML request as below

https://localhost:9443/samlsso?SAMLRequest=<saml request>&
*test_param=test_param*

I need to retrieve test_param from the authentication script. As per [1] I
was trying with below script but it didn't work

var testParam = context.request.params["test_param"];
Log.info("Test Param:" + testParam );

Could you be able to help ?

[1]
https://is.docs.wso2.com/en/latest/references/adaptive-authentication-js-api-reference/#request-object


-- 
Gayan
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to