Is ForgeRock Identity Cloud consumes REST API call in XML format?

If ForgeRock identity cloud consumes REST API in XML format, then how we can configure FR identity cloud to consume XML payload in it?

To my knowledge, XML is not supported. XML belongs to the WS (Web Services) world, whereas REST often implies the JSON format. AM do though consumes WS within the STS context (SOAP STS) and has to consume XML of course for SAML2 federation.
So in your case, your best approach is to parse the XML and convert to JSON format consumable by Ping AM and IDM REST APIs.

Regards
Patrick

2 Likes