Skip to Content
Author's profile photo Former Member

Write your own UIs using the ID Mgmt REST API

With SAP NetWeaver Identity Management 7.2 it is possible to use an application programming interface (API), in order to develop custom user interfaces (UI) for special end user scenarios.


This API uses web standards like REST (Representational State Transfer) and JSON (JavaScript Object Notation).

With this API you can make use of many different programming languages, which are able to use RESTful web services, like C#, Java, JavaScript, etc.



  • An interface description can be found in the documentation area:

https://scn.sap.com/docs/DOC-26747


  • Here you can view a video demonstrating a custom role request UI:

http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a037522b-6067-2e10-7c94-db57233f093c

Assigned Tags

      9 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member
      Hi Jannis, the wiki page entry doesn't have any code examples...
      Author's profile photo Former Member
      Former Member
      Blog Post Author
      Hi Trevor, first example added, more will follow. Currently, SDN has some problems with code gallery...
      Author's profile photo Former Member
      Former Member
      Hi,

      Where can we download the API?

      Author's profile photo Former Member
      Former Member
      Blog Post Author
      Hi Pieterjan, this API is available with SAP NW ID Mgmt 7.2, currently in Ramp Up.
      Author's profile photo Former Member
      Former Member
      Thanks.
      I will search in the installation packages.
      Author's profile photo Former Member
      Former Member
      Hi all,

      How can I retrieve REST API webservices schema (XSD file for example?) in order to intergrate these webservices in a third party application?

      thanks for your help,
      Ben

      Author's profile photo Former Member
      Former Member
      Blog Post Author
      Hi Ben,
      unfortunately, no schema is available therefore.
      Regards, Jannis
      Author's profile photo Peter Ha
      Peter Ha
      Hi,

      does the REST api supports SAML?

      Thanks.

      Author's profile photo Former Member
      Former Member
      Blog Post Author
      Hi Peter,
      this depends on the AS Java used. SAML 1.1 Browser Artefact is supported on AS Java 7.0x, SAML 2.0 on AS Java 7.2.
      Cheers, Jannis