Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

AEM Forms 6.2 -Reader Extension pfx file in AEM

Avatar

Level 4

Hi,

Following the setup i can upload a reader extension PFX file to AEM ( https://helpx.adobe.com/aem-forms/6-2/configuring-document-services.html. )

What i try to do in a servlet is to create a resource for the a services user "resolverFactory.SUBSERVICE".  Use the keystore of the services account to retrieve the RE key for my document.

Question, can a keystore for a services account be used to store the readerExtension key? When i want to retrieve the keystore  i got an error: "The provided userId does not identify an existing user." for "com.adobe.granite.keystore.internal.KeyStoreServiceImpl.retrieveUser(KeyStoreServiceImpl.java:638)"

2 Replies

Avatar

Employee

I had the same problem , but was able to reader extend without any user associated with the session 

Avatar

Level 4

Did you attached the extension to a services account or a “normal” user account such as admin.?

(btw: every session has a user attached to it; Session.getUserID() will return you the String value)