Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767)
parent
c9a70522e0
commit
a0f9cfbb2b
|
@ -117,7 +117,7 @@ To connect to authentication providers like Google and Facebook, you will need t
|
|||
1. In the **Create Client ID** dialog, keep the default **Web application** for the application type.
|
||||
2. Set the **Authorized JavaScript** origins to the SSL URL you used above (`https://localhost:44300/` unless you've created other SSL projects)
|
||||
3. Set the **Authorized redirect URI** to:
|
||||
`https://localhost:44300/signin-google/`
|
||||
`https://localhost:44300/signin-google`
|
||||
5. Click the OAuth Consent screen menu item, then set your email address and product name. When you have completed the form click **Save**.
|
||||
6. Click the Library menu item, search **Google+ API**, click on it then press Enable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue