File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-social/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ spring:
1919 google :
2020 clientId : 5014057553-8gm9um6vnli3cle5rgigcdjpdrid14m9.apps.googleusercontent.com
2121 clientSecret : tWZKVLxaD_ARWsriiiUFYoIk
22- redirectUriTemplate : " {baseUrl}/oauth2/callback/{registrationId}"
22+ redirectUri : " {baseUrl}/oauth2/callback/{registrationId}"
2323 scope :
2424 - email
2525 - profile
2626 facebook :
2727 clientId : 121189305185277
2828 clientSecret : 42ffe5aa7379e8326387e0fe16f34132
29- redirectUriTemplate : " {baseUrl}/oauth2/callback/{registrationId}"
29+ redirectUri : " {baseUrl}/oauth2/callback/{registrationId}"
3030 scope :
3131 - email
3232 - public_profile
3333 github :
3434 clientId : d3e47fc2ddd966fa4352
3535 clientSecret : 3bc0f6b8332f93076354c2a5bada2f5a05aea60d
36- redirectUriTemplate : " {baseUrl}/oauth2/callback/{registrationId}"
36+ redirectUri : " {baseUrl}/oauth2/callback/{registrationId}"
3737 scope :
3838 - user:email
3939 - read:user
You can’t perform that action at this time.
0 commit comments