Skip to content

OAuth2Cred

Peter Tröger edited this page Apr 20, 2015 · 2 revisions

Here are some links to get your instance of FuzzEd being registered as OAuth2 application:

If you got all the the credentials, replace the file fuzzed/ansible/roles/oauth/tasks/oauth_secrets.yml with a file looking like this:

---
envvariables:
    FUZZED_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY    : "<invalid> Get from https://console.developers.google.com/project"
    FUZZED_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET : "<invalid>"
    FUZZED_SOCIAL_AUTH_TWITTER_KEY          : "<invalid> Get from https://apps.twitter.com"
    FUZZED_SOCIAL_AUTH_TWITTER_SECRET       : "<invalid>"
    FUZZED_SOCIAL_AUTH_LIVE_CLIENT_ID       : "<invalid> Get from https://account.live.com/developers/applications/create"
    FUZZED_SOCIAL_AUTH_LIVE_CLIENT_SECRET   : "<invalid>"
    FUZZED_SOCIAL_AUTH_YAHOO_OAUTH2_KEY     : "<invalid> Get from https://developer.yahoo.com/apps/"
    FUZZED_SOCIAL_AUTH_YAHOO_OAUTH2_SECRET  : "<invalid>"
    FUZZED_SECRET_KEY : "<invalid> Add some garbage characters"
Clone this wiki locally