asked one day ago
I followed the SDK documentation above ("Connecting to Laserfiche Cloud") exactly how it is written but keep getting an error:
Laserfiche.RepositoryAccess.CloudSessionException: 'Failed to retrieve SAML token from the provided session key.'
On this line:
CloudTicket cloudTicket = CloudTicket.GetTicket(cloudTicketSettings);
I am brand new to creating a .NET app and C# so it may be something simple I am missing. I double-checked the account id, username, etc. and it is all correct. I also have the Laserfiche.RepositoryAccess project reference.
My entire Main() function consists of the code above and nothing else. Is there some set up from the documentation that is missing for this to work?
0
0