Copy link to clipboard
Copied
I need help retrieving and storing Google user attributes (i.e. group membership, etc.) and logging a user out of our ColdFusion Intranet but keeping them signed into Google.
Copy link to clipboard
Copied
If you logged the user in using cfloginuser, as the CFOAUTH documentation recommends, then it should be easy to get the user details and to log the user out. You could, respectively, dump the value of CFOAUTH's result attribute and use <cflogout>