When an organization only has 1 SSO connection def...
# feedback
c
When an organization only has 1 SSO connection defined, the Ory login UI shows an intermediate step with button 'Sign in with ...'. Is it possible to have Ory just continue with the sign in using the 1 SSO that is configured, instead of having this extra click? Could it show the intermediate step only if more than 1 SSO is configured for the organization?
b
When I implemented it, I had to hack it a bit in order to achieve that. Don't think you could configure Ory in a way that it returns the JSON UI data according to that.
c
I suppose it may be possible with a custom UI (we currently have Ory default UI), and possibly when you get the response with SSO providers, you can just pick the only org ID present and submit the form automatically, but just a theory at the moment.