I'm authenticating a user on site A (username,password), but then want
automatically pass the db vars (name, studentID(UUID), courseName) to a
second, unrelated site, not on my server, so this second site can let them
in.
 
After authentication I've tried:
 1) cflocation, but that displays all the vars in a URL string for the
second site to pick up (which is not good security wise).
 
 2) Using CFHTTP, with the vars as form fields, which does pass correctly in
the background.  But the user still winds up on my site. 
 
Is there a way to make CFHTTP a one-way process so the user is redirected to
the second site automatically, like a redirect, but have the vars hidden.
 
Thanks,
Mark
 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228770
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to