Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Before Message Broker can initiate communication with FSM Cloud it must be authenticated. There are currently two supported ways of authentication:

  • using Access Token - this method is already considered as obsolete and will only be supported by Message Broker 3.X

  • using Client Id & Client Secret - this is a recommended way of authentication and will be supported by Message Brokers starting with Message Broker 4.0

Access token

For message brokers older than 4.0 an Access Token is an obligatory factor required to access the FSM Cloud. It can only be generated with use of the E4C Cloud Manager.exe utility. After logging in (using FSM account name and account password) switch to the Access Token tab consisting of input field and two buttons:

  • Generate Access Token’ - generates new access token. This also invalidates previously generated token if there was one. After closing the app, generated token will not be displayed ever more - application can generate it but it is not stored anywhere

  • Test Access Token' - checks validity of access token entered in the input field. When button is pressed application takes entered string and tries to authenticate to FSM with. If it is possible relevant message is displayed saying ‘Access token is valid’ otherwise it says ‘Access token is invalid’

Generated Assess Token can be copied to Message Broker configuration file.

There can only be one active authentication token per account. This means, that when a new token is generated, the old one becomes invalid. This may break communication, which already has been set-up.

Client Id & Client Secret

MESSAGE BROKER 4.0

Client Id and Client Secrete can be used with Message Broker starting with version 4.0

Currently recommended way of authentication to FSM is with use of Client Id and Client Secret. These can be generate in the FSM Admin portal.

  1. On the account level navigate to ‘Clients’ section

  2. Select ‘Create’ option

  3. A new Client Id will be immediately generate. Make sure Active and ERP Connector checkboxes are ticked. Selected Authentication Method must be set to ‘Client Secret' like in a picture below and then press SAVE.

  4. After new Client was created a Client Secret gets displayed in a screen like this one below

  5. Client Id and Client Secret can be copied now to a Message Broker Configuration file

  • No labels