Index
Speaking of Oauth App..
OAuth is an open standard protocol for authorization, which is commonly used to allow third parties to access a user’s data without knowing their password.
Fluig has a Public API with the main services available on the platform. By using this API, it is possible to create messages on behalf of the user, add contacts as favorites, create articles and much more. For an application to act on behalf of a user or of itself, the authorization is performed via OAuth protocol, and they have to be previously registered on the fluig platform with their public and private keys. If your application performs actions on its behalf, you can create an application user (optional).
If you want the application user to perform actions on behalf of another user registered on the platform, simply select the option Allow Impersonation. By selecting this feature, the application user can, for example, post a message on a community, post documents and move processes on behalf of another user.
Basic Path
01. Select the Control Panel feature in the main menu.
02. Access the WCM tab.
03. Click the Oauth APP option.
04. Click Add.
05. Enter the Consumer Key.
06. Enter the description.
07. Select the Oauth Provider.
08. Fill out the communication field.
09. Enter the environment.
10. Enter the Language.
11. Enter the AJAX Server URL.
12. Enter the Web Service URL.
13. Define Consumer Secret.
14. Click Save.
Alternative Path(s)
Creating Application User (Optional)
01. Select a registered OAuth Application.
02. Click Application User.
Edit Oauth APP
01. Select the Oauth APP you want to edit.
02. Click Edit.
03. Execute the desired modifications.
The platform does not allow the Oauth Provider field to be edited.
04. Click Save.
Delete Oauth APP
01. Select the Oauth APP you want to delete.
02. Click Delete.
03. Click OK.
Please note!
This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform.