Hello,

I have got 2 nodes for testing , I have got the "redirection" and the "logging in" working and all.
But now I want to have different logon pages for those nodes.
My problem is that I can't figure out how to identify a node, one thing that I have thought of is to add a random string to the redirect URL and then match it with the one in my database and display the correct login page.
But that solution is not very fancy and I was wondering if there are better ways to identify the node where the user is redirected from?