Hi Anishetty,
No, unfortunately, MTLS is not supported in ForgeRock Identity Cloud. However, there is another way: through the RCS and the Groovy Scripted Rest’s Script On Resource operation. You’ll find the basics in this community article: https://community.forgerock.com/t/using-the-remote-connector-server-to-access-on-premises-apis-from-identity-cloud
This requires:
- Implementing a Scripted REST connector with a dummy Schema script + Customiser scritpt (can use the default from the samples) + the Script on Resource operation script. The Groovy script have then all the flexibility to make MTLS calls, as the RCS resides on premises.
- From a Journey, invoke IDM’s System endpoint to invoke the operation.
Regards
Patrick