0
CFoauth Google Login
New Here
,
/t5/coldfusion-discussions/cfoauth-google-login/td-p/10840776
Jan 07, 2020
Jan 07, 2020
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.
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/coldfusion-discussions/cfoauth-google-login/m-p/10843048#M184202
Jan 08, 2020
Jan 08, 2020
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>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

