Fábio Rodrigues
03/22/2023, 2:19 PM<tenantname>.<company>.com/.well-know/configuration
but keycloack expects a realms/<realmid>/.well-know/configuration
. Thus the formats of urls are different (although they end in the same endpoint).
We have a network address table that moves the request to the correct one (translates <tenantname>.<company>.com/.well-know/configuration
to the realms/<realmid>/.well-know/configuration
) . Is there any way to make this pass with bi-directional contract tests (Keycloak is an external component we don't control) and the external service don't has any initial access to know the realmid.Yousaf Nabi (pactflow.io)