コミュニティ

Problem to integrate verification stage web in my custom page

Hello,

 

I'd like to integrate verification stage web in my custom page with SAML authentification. I used iframe as documentation http://help.abbyy.com/en-us/flexicapture/12/developer/verification_integration.

How can i transmit ticket SAML to iframe?I tried add ticket in cookies and headers but i couldn't find the good way.

 

Thanks for your help.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

4件のコメント

  • Avatar
    Permanently deleted user

    Hello,

    To be also authorized, the user with the same login should exists in FC12 Server and be granted roles (like scanning operator to add images) and permissions to FC projects, the user is going to work with. You can use this link http://<server>/flexicapture12/Server/AuthAPI/v1/WSDL to get idea on API that allows you to add user to FlexiCapture.

     

    To send ticket to verification station you should use postMessage like this:

    iframe.contentWindow.postMessage({

               action: 'accessTokenLogin',

               accessToken: this.ticket

           }, '*')

    0
  • Avatar
    Permanently deleted user

    Hello,

    Thanks a lot for your response.

    I've already configured user on FC server with right roles.

    When i tried to postmessage as following, i return on login page.

    Can you help me?

    Thanks.

    <body>

     

        <iframe id="frame" width="100%" height="1000"  src="http://localhost/FlexiCapture12/VerificationNew/Verify?projectId=1&roleId=16&taskId=64376"></iframe>

     

    <script type="text/javascript">

     

    var x = document.getElementById('frame');

    x.contentWindow.postMessage({action : 'accessTokenLogin', accessToken:'7CDA631253E971315A3D763F4E91F85E971B5B67AFA9B5459A0D3EC7C18EFF5961A25B55FEC799B09995CFCCA3714B61E2EA9EC0AB55D61ACCAAD093BE12063F'},'*');

     

        </script>

    </body>

    0
  • Avatar
    Permanently deleted user

    Hello,

    Please address your issue to the regional support. This situation needs deeper investigation that we may perform on the forum

    0
  • Avatar
    izoaib

    Tung Ho Dac 

    Have you got the success to implement SSO? IF yes can you please share the code

    0

サインインしてコメントを残してください。