if ( is_user_logged_in() ) {
// generate SSO link
print(“If this were working, I would generate the Link to the Trading Room right here.”);

} else {

print(“You must be logged in to enjoy the Trading Room. Please Log In or Register.”);
}
?>