Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

SAP Enterprise Portal Integration is now available on Saviynt Exchange

Vedanth_BK
Saviynt Employee
Saviynt Employee

SAP Enterprise Portal allows you to create attractive corporate portals that leverage the responsive SAP Fiori launchpad experience. The portal is the Web front-end component for SAP NetWeaver - the comprehensive integration and application platform that facilitates the alignment of people, information, and business processes across organizational and technical boundaries.

The portal offers a single point of access to SAP and non-SAP information sources, enterprise applications, information repositories, databases, and services, in and outside your organization. You can access the portal from desktops and from mobile devices, such as smartphones or tablets.
The portal provides you with the tools to manage and analyze its information resources and to share and collaborate. With its role-based content and personalization features, the portal enables users - from employees and customers to partners and suppliers - to focus exclusively on data relevant to daily decision-making processes. The technology and architecture of the portal ensure it is built for the enterprise, providing a secure and scalable environment.

The SOAP connector enables you to seamlessly integrate with SAP Enterprise Portal to manage user lifecycle and govern access to their Group and Role.

https://forums.saviynt.com/t5/community-sourced-integrations/sap-enterprise-portal-integration-guide...

1 REPLY 1

jsatish
Regular Contributor II
Regular Contributor II

@Vedanth_BK  - Connector Zip doesn't contains the Disable Account JSON. It would be good, if you can add the disable account JSON as well. 

With the below JSON, i have tested and it's working fine.

[
{
"CONNECTION": "LOGIN",
"REQUESTXML": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:hs=\"http://www.holidaywebservice.com/HolidayService_v2/\"><soapenv:Body><modifyRequest requestID=\"modify-enable\"><identifier type=\"GenericString\"><id>SPML.SAPUSER.${task.accountName}</id></identifier><modifications><modification name=\"islocked\"><value>true</value></modification></modifications></modifyRequest></soapenv:Body></soapenv:Envelope>",
"REQUESTPARAMS": {
"X-Requested-With": "XMLHttpRequest"
},
"RESPONSEMAPPING": {
"ACCOUNT.ACCOUNTID": "body.bodyContent.id",
"TASK.TICKETID": "Body.modifyResponse.Status"
}
}
]