Histórico da Página
HTML |
---|
<div id="main-content" class="wiki-content group"> <div> <p class="text1">Fluig Identity is a component for identity management. And, to perform the authentication, users are recognized by login (email address) and password.</p> <p class="text1">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.</p> </div> <div> <p> </p> <div class="table-wrap"> <table class="confluenceTable"> <thead> <tr> <th class="confluenceTh">Attention</th> </tr> </thead> <tbody> <tr> <td class="confluenceTd">Integrations that use the user password such as MD5 will no longer work when Fluig Identity is enabled.</td> </tr> </tbody> </table> </div> <p> </p> <p>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.</p> <p>The diagram below shows the authentication process in SOAP webservices when there is integration with Fluig Identity.</p> <p> <img class="confluence-embedded-image" src="http://tdn.totvs.com/download/attachments/73077582/imagem.png?version=2&modificationDate=1375898371000&api=v2" data-image-src="http://tdn.totvs.com/download/attachments/73077582/imagem.png?version=2&modificationDate=1375898371000&api=v2"> </p> <p> </p> <div class="table-wrap"> <table class="confluenceTable"> <thead> <tr> <th class="confluenceTh">Attention</th> </tr> </thead> <tbody> <tr> <td class="confluenceTd">Integrations with Identity that have multiple requests in a short period of time should use Token service.</td> </tr> </tbody> </table> </div> <p> 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 <a href="http://tdn.totvs.com/display/fluigeng/Use+of+Webservices#UtilizaçãodeWebservices-ECMTokenService" rel="nofollow">Token</a>. </p> <p> When using the token service, use the <span>getToken method to gain access to a token, and in the next services of any module, simply enter the generated token in the <em>username</em>. 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. </span> </p> <p> </p> <p> </p> </div> </div> |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas