Question
1
Replies
285
Views
Posted: July 17, 2018
Last activity: July 19, 2018
Closed
Adding a custom servlet on Pega Cloud
Does Pega Cloud authorize the deployment of custom servlets to the Pega platform? A client has created a custom Java Servlet to authenticate users of its JavaEE web applications. We are assessing if it can be reused in a Pega Cloud deployment.
i dont think this can be used as it is. But you can have a jar uploaded to pega.
You can use pega custom authentication to authenticate which gives you option to write authentication activity which then can be used to point to that jar and thus can be used.
Personally, i dont think its a good idea.