We need to act as the middle service provider in a SSO solution.
For example I have setup 3 Auth0 tenants : supplier => saas => myid
I have OpenID Connect enterprise connections between each tenant and it’s all working.
I can get the first login to auto select the connection by setting authorizationParams.connection = saas but I want to be able to auto select the connection for the middle Auth0 tenant.
Is there a configuration option I can’t find or anyway to customise the universal login to enable this?