Documentation: no need to create a new Google project
A new API key can be generated in an existing Google project Fixes #123 Signed-off-by: Chris Swan <@cpswan>
This commit is contained in:
parent
b340660d6d
commit
b773770218
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
|
|
Reference in a new issue