Skip to content

Commit

Permalink
fix: Update Facebook Oauth authentication - EXO-74546
Browse files Browse the repository at this point in the history
Before this fix, Facebook Oauth authentication was not working due to some update on Facebook API
This commit update the scope for the Oauth authentication with Facebook

Resolves #2452
  • Loading branch information
rdenarie committed Oct 4, 2024
1 parent 229ff07 commit 65fc898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ gatein.oauth.facebook.enabled=${exo.oauth.facebook.enabled:false}
gatein.oauth.facebook.clientId=${exo.oauth.facebook.clientId}
gatein.oauth.facebook.clientSecret=${exo.oauth.facebook.clientSecret}
gatein.oauth.facebook.redirectURL=${gatein.oauth.portal.url}/@@portal.container.name@@/facebookAuth
gatein.oauth.facebook.scope=email
gatein.oauth.facebook.scope=public_profile email

## Google
gatein.oauth.google.enabled=${exo.oauth.google.enabled:false}
Expand Down

0 comments on commit 65fc898

Please sign in to comment.