Google Authentication in Content Fusion EnterpriseEdit online
To enable Google authentication in your Oxygen Content Fusion Enterprise Server solution, follow these
steps:
- Create a new Google API project.
- Visit the Google Sign-In for Websites page and click the Configure a Project button.
- Choose + Create a new project and give it a name.
- For Product name pick something like: "Your Company - Content Fusion".
- For Where are you calling from?, pick "Web server" and for
Authorized redirect URIs, type
https://example.com/api/oauthc/googleId/callback.Note: https://example.com should be replaced by the location where Content Fusion is hosted.
- Click Create.
- You will be presented with a Client ID and Client Secret. Take note of these 2 values.
- On the machine where Content Fusion is installed, add these 2 lines to the
/fusion/data/config/api/api.properties file, replacing Client ID
and Client Secret with the 2 values from the previous step:
goog_id=Client ID goog_secret=Client Secret
- Restart the Content Fusion
machine.
sudo bash /fusion/admin/stop-content-fusion.sh sudo bash /fusion/admin/start-content-fusion.sh
Result: Users will now have the option to log in with Google credentials when signing into the Content Fusion interface.