Motivation
Depending on your idm landscape you might have several instances of SAP IdM in your company;
DEV: Development Server
QM: Test Server
PROD: Productive Server
Transporting artifacts from one server to the another was way easier back ...
Motivation
Operating software like SAP IdM will increase the security of your it infrastructure, but can bring also dangers when implemented poorly/incorrectly.
One of the biggest issues on this topic is the transport-security of the JDBC-layer; mos...
Goal
One of the biggest issues we face in operating SAP IdM instances is the live monitoring of the system. The vanilla tools provided by SAP are not fullfilling all the needs we have in operating multiple IdM instances - or are too difficult to hand...
The disappointment
Since I sometimes want to hack on my UI5-Applications when I am on road without an internet connection, SAP WebIDE Personal Edition is a nice solution for me.
Unfortunately SAP does only deliver packages for Windows and Mac, but n...
Hello Guys,I am currently trying to code a page using ObjectPage. In this page I am trying to bind a model to the ObjectPage to show custom data on it.Everything works well as long as I dont use a model for the ObjectPageHeader itself. If I do so, th...
Okay nevermind, I did not look into the payload good enough, yours is only valid for multivalve entry-references.That's the correct one:{ "ER_REF_CHEF": { "REFERENCED_ID": 113368, "OPERATION": "REPLACE" }}
Hello Marcus,can you make screenshots of the attribute? In particular what presentation type is set up? Also please provide the headers of the request.I always restart the IdM JMX App as soon as I do changes on forms/attributes. Can you restart the a...
Hey Dominik,this is also the way I would do it.Except creating sql queries from input parameters (depending what input you use) can lead to SQL injection attacks. uPreparedSelect is a much safer way to do it:https://help.sap.com/viewer/4773a9ae129641...