I just created an portlet in net suite interface. In that portlet currently i'm showing details of the logged in user. Now i need to make an ajax call to my server. Where i can check that the current user is logged in my domain also or not. If not i need to make him log in. Its kind of auto log in when he logs in into net suite interface.
Possible choices.
- Ajax call(But it will only work in server inside pages, except jsonp) request.
- iFrame to do it (Note: Its a bad idea anyway i think).
Need help on it.
Thanks in advance
Vivek Keviv