<p>ID: <%= user.id %></p>
<p>Name: <%= user.name.givenName %></p>
<p>Raw profile information: <%= JSON.stringify(user) %></p>
