Skip to content

Commit a8cecff

Browse files
author
Rajeev Kumar Singh
committed
Readme
1 parent d0c09a8 commit a8cecff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
```
1919

2020
+ **Specify OAuth2 Provider ClientId's and ClientSecrets**
21+
22+
> This is optional if you're testing the app in localhost. A demo clientId and clientSecret is already specified.
2123

2224
```yml
2325
security:
@@ -52,7 +54,7 @@
5254
userInfoUri: https://graph.facebook.com/v3.0/me?fields=id,first_name,middle_name,last_name,name,email,verified,is_verified,picture
5355
```
5456

55-
*Please make sure that `http://localhost:8080/oauth3/callback/<provider>`* is added as an authorized redirect uri in the OAuth2 provider. For example, In your [Google API console](https://console.developers.google.com/projectselector/apis/credentials?pli=1), make sure that `http://localhost:8080/oauth2/callback/google` is added in the **Authorized redirect URIs**
57+
*Please make sure that `http://localhost:8080/oauth2/callback/<provider>`* is added as an authorized redirect uri in the OAuth2 provider. For example, In your [Google API console](https://console.developers.google.com/projectselector/apis/credentials?pli=1), make sure that `http://localhost:8080/oauth2/callback/google` is added in the **Authorized redirect URIs**
5658

5759
*Also, make sure that the above mentioned scopes are added in the OAuth2 provider console.* For example, scope `email` and `profile` should be added in your Google project's OAuth2 consent screen.
5860

0 commit comments

Comments
 (0)