{
  "callbackUrl": "http://localhost:3000/auth/callback",
  "userInfoUrl": "http://yourdevserver.com/oauth2/userinfo",
  "userInfoNameField": "nameOfFullnameField",
  "implicitGrantUrl": "https://yourdevserver.com/oauth2/auth?redirect_uri=__callbackUrl__&response_type=token&client_id=__clientId__&scope=__scopes__",
  "clientId": "a2o2demo",
  "scopes": "yourscopes+gohere"
}