Árvore de páginas

Fluig Identity is a component for identity management. And, to perform the authentication, users are recognized by login (email address) and password.

By integrating Fluig Identity with the Fluig platform, the SOAP webservices of the Fluig platform will require that the authentication be performed with the login (e-mail address) and the password for Identity.

 

Attention
Integrations that use the user password such as MD5 will no longer work when Fluig Identity is enabled.

 

Therefore, for projects that currently use some type of user integrator, it is necessary that this user be previously registered and related to the company on Fluig Identity.

The diagram below shows the authentication process in SOAP webservices when there is integration with Fluig Identity.

 

Attention
Integrations with Identity that have multiple requests in a short period of time should use Token service.

As all requests go to Fluig Identity to validate the username and password and, depending on the configuration, that may have to ask Active Directory for the password, a development technique that will have to be applied for greater speed of integrations is that of Token.

When using the token service, use the getToken method to gain access to a token, and in the next services of any module, simply enter the generated token in the username. The only limitation of this service is that the Token lasts only 15 minutes, after that period it will be necessary to generate a new token.

 

 

  • Sem rótulos