posted 15 years ago
I have a requirement to build a gwt based application that supports open id based login
I am calling the following code on click of a button in the login page itself
Thus as shown, the login page knows of the existence of an error or a success in login itself....
now, i need to port this approach to open id, however open id opens up the referer's url,
How then can I change my system to support this new approach ??