Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Last active August 29, 2015 14:08
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 blairanderson/db4ab904193327dd29e5 to your computer and use it in GitHub Desktop.
Save blairanderson/db4ab904193327dd29e5 to your computer and use it in GitHub Desktop.

Typical OauthFlow:(example is github)

  1. Redirect users to request access
  2. Service redirects back to your site(with code) after user approves
  3. Use code to get access token to access the API

Marketo OAuth Flow:

  1. Auth path is undocumented or does not exist
  2. cannot redirect back because auth path does not exist
  3. provides an Identity url which accepts a client_id and client_secret in return gives the access token for the provided client_id and client_secret??? this makes no sense
@blairanderson
Copy link
Author

there are a million services that have a working oauth flow!

@blairanderson
Copy link
Author

@blairanderson
Copy link
Author

Flickr

flickr oauth

@blairanderson
Copy link
Author

YAHOO

yahoo oauth

@blairanderson
Copy link
Author

salesforce

salesforce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment