17 October 2020

Explicitly specify actuator endpoints for web

 Actuator endpoints let you monitor and interact with your application. Since Endpoints may contain sensitive information, most of them are exposed to only JMX.. To enable them via web, set following in application.properties:


management.endpoints.web.exposure.include=configprops,beans


List of endpoints can be found from section "2. Endpoints": 

https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html

25 September 2020

Embed OIC-Process in third party application using iframe

here all placeholders are case-sensitive.

https://<oic hostname>/ic/pub/components/pages/startform.html?&startformData={"processDefId":"oracleinternalpcs~<appName>~<procName>", "serviceName":"<procName>.service","operation":"<startOperatoinName>","startType":"START_PCS_FORM"}


Note: it requires existing user's session