Commit f15890ed authored by bobbyrullo's avatar bobbyrullo

Merge pull request #124 from cpswan/fixes-123

Documentation: no need to create a new Google project
parents b340660d b7737702
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment