OIDC from Tenant to Tenant to specific connection

Hi,

I have an OIDC connection between two tenants, where one tenant is acting as the IDP while the first tenant is acting as an SP for the flow.

When I set up the OIDC connection in the SP tenant, I can specify the client id, but is there a way for me to target a specific connection?

Hey @Gratus-BenchSci

You can refer to a particular connection in the /authorize query by adding a connection parameter with the specific connection name.
Doc here:
https://auth0.com/docs/api/authentication#support

Have you tried adding the connection param in the Issuer URL of the OIDC connection?

Let me know if this helps!

Regards,
Sidharth