Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create official oAuth Accounts for the IUNO Project #21

Open
MBeuttler opened this issue Aug 30, 2017 · 0 comments
Open

Create official oAuth Accounts for the IUNO Project #21

MBeuttler opened this issue Aug 30, 2017 · 0 comments
Assignees

Comments

@MBeuttler
Copy link
Member

When using oAuth with google, facebook or another provider, you always have to register as a developer first.

Then each developer can setup an oAuth application providing a ID and SECRET for each provider.

Currently we are using the iconia account for twitter and google. But for facebook christian is using his private account.

We should have a central, persistent and "official" account for all providers.

Currently oAuth Credentials are needed for:

Google: https://developers.google.com/identity/protocols/OAuth2
Facebook: https://developers.facebook.com/docs/facebook-login
Twitter: https://dev.twitter.com/web/sign-in

Please setup developer accounts on this plattforms and provide us with client credentials.

You'll have to set 'redirect urls' on all those apps.

This redirect urls should be (for development):
http://localhost:3005/passport/google/callback
http://tdm990101.fritz.box:3005/passport/google/callback
http://localhost:3005/passport/facebook/callback
http://tdm990101.fritz.box:3005/passport/facebook/callback
http://localhost:3005/passport/twitter/callback
http://tdm990101.fritz.box:3005/passport/twitter/callback

The redirect urls for production are not clear yet, but can be set to a later point.

@MBeuttler MBeuttler added this to the M10: Hannover Messe milestone Aug 30, 2017
@bockha bockha assigned bockha and unassigned hpbock Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants