Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Check for required scopes and update readme #2

Open
5 tasks
thomaswelton opened this issue Aug 26, 2013 · 3 comments
Open
5 tasks

Check for required scopes and update readme #2

thomaswelton opened this issue Aug 26, 2013 · 3 comments

Comments

@thomaswelton
Copy link
Owner

Some providers require you to pass in at least one scope field, unlike Facebook for example that will default to the "basic" scope if none is passed.
in addition some providers of no customizable scope at all and either require it to be defined in the app settings, or offer no customization.

Update the readme to be clearer on which providers offer scope and those that don't.

Update the OAuth lib so it will auto populate the providers "basic" scope so it doesn't need to be defined in the config file.

Affected providers:

  • Google
  • Github
  • Instagram
  • Microsoft
  • Soundcloud
@thomaswelton
Copy link
Owner Author

Google would require both the HTTP and HTTPs callback URL defined in the Redirect URIs, same may be true for other providers. Update readme

@thomaswelton
Copy link
Owner Author

Microsoft needed "wl.basic"
Instagram needed "basic"
Google needed "openid email" not comma seperated

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant