Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Workbench
Viewing all articles
Browse latest Browse all 69588

Security Question

$
0
0

Hello All,

 

I am not sure if this is the correct place but it is where I decided to post!

 

I have a simple workflow I am trying to use.  A user logs into workspace, opens a form, fills out the form and hits complete.  The form in workbench will lookup the users credentials, convert the xdp to pdf, reader extend the form and save to a file location.

 

In Workbench my flow is 4 services, UserManagerLookupService(Find User) -> FormsService(renderPDFForm) -> ReaderExtensionsService(Apply Usage Rights) -> fileUtilsService(Write Document).

 

My process works just fine as a Super Admin.  My question is this, what roles do I need to assign inside the AdminUI to get this to work for a Workspace user?  If I only assign the role of LiveCycle Workspace User the process errors at step 1(Find User).  If I add the role of Services User the process errors at step 2(renderPDFForm).  If I add the role of Process Administrator the process errors at step 3(Apply Usage Rights).  If I add the role of Trust Administrator the entire process works.

 

Error on step 1 = ALC-DSC-128-000: com.adobe.idp.dsc.DSCAuthorizationException: User xxx does not have the Service Invoke Permission on Service UserManagerLookupService.

 

Error on step 2 = com.adobe.livecycle.formsservice.exception.RenderFormException: Failed to load TemplateStream for FormQuery=/IT Project Summary/171031_2010.xdp from location URI =repository://.

 

Error on step 3 = ALC-RES-001-002: No credential found with alias [xxx].

 

I have no problem with granting LiveCycle Workspace User, my problem occurs when I have to add regular users to have administrator rights.  Is there some way around this while still running the process as the user that logs into workspace instead of specifying to run as System?

 

If any more detail is required let me know.

 

Thanks,

~Josh


Viewing all articles
Browse latest Browse all 69588

Trending Articles