Skip to content

Instantly share code, notes, and snippets.

@mmachulak
Created June 26, 2013 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmachulak/5872262 to your computer and use it in GitHub Desktop.
Save mmachulak/5872262 to your computer and use it in GitHub Desktop.
Example reply from Cloud Identity's Connect API, with UMA token.
{
"profile":{
"thirdPartyId":"104727417185122063044",
"providerName":"Google",
"url":"https://plus.google.com/u/0/104727417185122063044",
"name":{
"givenName":"Peter",
"familyName":"Smith",
"formattedName":"Peter Smith"
},
"email":"peter.smith.cloudidentity@gmail.com",
"primaryKey":"40001",
"verifiedEmail":"peter.smith.cloudidentity@gmail.com",
"displayName":"Peter Smith",
"preferredUsername":"Peter",
"identifier":"https://plus.google.com/u/0/104727417185122063044"
},
"status":"ok",
"umaToken":{
"scope":"uma_host",
"access_token":"7e820dd183b398164953b93ccf1a85fb",
"refresh_token":"12e3f82975710931e07ec1b3138bd8bf",
"am_url":"https://www.smartam.net"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment