I have integrated a ms bot framework webchat(node js) in to a web page. I am passing the logged in user information by using iframe.
Eg: Like below
<iframe id="myFrame" src='https://webchat.botframework.com/embed/
testbot?s=secret_code&username=admin&userid=1234'></iframe>
Could anyone guide me, how can I read these parameter values from bot.
Thanks in advance.