Merge pull request #124 from cpswan/fixes-123
Documentation: no need to create a new Google project
This commit is contained in:
commit
f15890edb4
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:
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
Reference in a new issue