Merge pull request #124 from cpswan/fixes-123

Documentation: no need to create a new Google project
This commit is contained in:
bobbyrullo 2015-09-17 09:23:39 -07:00
commit f15890edb4

View file

@ -18,7 +18,7 @@ Before continuing, you must have the following installed on your system:
In addition, if you wish to try out authenticating against Google's OIDC backend, you must have a new client registered with Google:
* Go to https://console.developers.google.com/project and create a new project.
* Go to https://console.developers.google.com/project and select an existing project or create a new project.
* Click on credentials, and ask to set up an OAuth 2 client ID. You'll then need to give your project a name.
* Back at the "Create Client ID" screen, choose "Web Application" and enter `http://127.0.0.1:5556/auth/google/callback` for your Redirect URI.