Federation between IDCS & External IDM
Summary
Identity propagation in Federated IDCS SetupContent
Hi,
We are trying to establish a federation between IDCS & ForgeRock(an external IDM).
I am new to IDCS & Federation in specific.
The usecase is as below.
Microservice A is secured with IDM A(Oracle IDCS) & Microservice B is secured with IDM B(ForgeRock).
Both the Microservices are secured using OIDC/OAuth support available in IDCS & ForgeRock.
Now when Microservice A wants to invoke a REST Service in Microservice B with the token fetched from IDCS(IDM of Microservice A).
Microservice B should be able to validate the token(IDCS originated) against ForgeRock.
0