Skip to content

Instantly share code, notes, and snippets.

@surma
Created March 13, 2014 14:44
Show Gist options
  • Save surma/9529804 to your computer and use it in GitHub Desktop.
Save surma/9529804 to your computer and use it in GitHub Desktop.
[
{
"name": "campact",
"authentication_type": "OAuth2",
"authentication_endpoints": {
"auth_url": "http://auth.c3k.localtest.me:8000/oauth2/authorize",
"token_url": "http://auth.c3k.localtest.me:8000/oauth2/token",
"scope": "user"
},
"data_endpoints": [
{
"endpoint": "http://c3k.localtest.me:8000/api/account/v2/me/userinfo",
"fields": {
"unique_identifier": "uid",
"real_name": "name",
"email": "emailaddress"
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment