Fetch inbox notifications in publish | Community
Skip to main content
Level 2
May 15, 2020
Solved

Fetch inbox notifications in publish

  • May 15, 2020
  • 1 reply
  • 3178 views
Hi, need some help, we have a requirement of fetching the user inbox notifications for a workflows running on author to the publish environment ?
This can be achieved through a servlet that runs on author, but we are facing an issue authenticating.
For basic auth we need to provide the encoded user name and password in the request but not sure how secure is that plus we won't have the password at the time of requesting.
Please if anyone has implemented a fetch of any kind of data from author to publish, can you please help ?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Technically you can make that work, but I would advise you not do to that. From my personal point of view (and with my architect hat on) this is bad application design. 

 

What is the requirement, which made you design your application this way?

 

Jörg

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
May 17, 2020

Technically you can make that work, but I would advise you not do to that. From my personal point of view (and with my architect hat on) this is bad application design. 

 

What is the requirement, which made you design your application this way?

 

Jörg