I have some app specific logic before calling the authorize-endpoint, that might be able to already know the enterprise connection that should be used for login. In this cases I could save the user from the need to click on the “Login with XXX”-Button.
How can I give this information to the authorize-endpoint? There is a “connection” parameter, but the docs say that it is only for social connections…
Is this also possible for enterprise connections?