You are viewing limited content. For full access, please sign in.

Question

Question

Is RepositoryAccess the only library supported by Laserfiche Cloud, or is there / will there be support for LFSO libraries?

asked on May 26, 2017 Show version history

We have a number of integrations that were originally built on LFSO which continues to be supported on-prem. We recently tested these against Cloud and found that RA is supported but LFSO does not seem to be (specifically, for initiating the login). Is this intentional?

0 0

Answer

SELECTED ANSWER
replied on May 30, 2017 Show version history

Standard user name and password authentication works with LF Cloud. For the server and repository name, specify the repository ID, followed by ".laserfiche.com", and enable SSL. For example, say I am trying to log in to repository r-12345678 in account 123456789 as user MALLEN. I would set the server and repository name properties to "r-12345678.laserfiche.com" and pass in "MALLEN" for the user name (user names are case-insensitive). The customer account ID is not specified. Be sure to enable SSL.

LFTicketFactory allows you to acquire a SAML token that you can pass to application services in LF Cloud. This is especially useful if you're writing a web application that supports single sign-on with LF Cloud. However, to just log in and get work done in LFSO, the above procedure suffices. We'll work on documenting how to use LFTicketFactory in a future release of the LF SDK.

0 0
replied on May 30, 2017

To be consistent with the new Cloud Login, the user should just supply the Account ID, User Name, and password.  The code should have a method to pull the Repository ID from a ticket just as demonstrated by Robert in logging into LFCloud using RA cloudTicket

0 0

Replies

replied on May 26, 2017

In LFSO 10.2, look at the LFTicketFactory.  That is for your Cloud Ticket.

2 0
replied on May 26, 2017

It would be nice to get some documentation on the LFTicketRequestStruct and/or LFTicketRequestExStruct.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.