Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clientSecret=<replace_with_your_client_secret>
# Replace the below with the URL to direct the after successful authorization code generation(set in your developer application)
redirectUri=http://localhost:8080/login
#Replace with desired scopes
scope=r_emailaddress,r_liteprofile,rw_ads,rw_organization_admin
scope=openid,profile,w_member_social,email
#REST based client-component URL
client_url=http://localhost:8989/

Expand Down