I am setting up a PoC for work and I have SimpleSAMLphp as the SP for wso2 IS, I have configured the single SP and multiple IdPs (FB, Google) and it works well when clicking the Auth test with simpleSAMLphp and loading up the wso2 page that contains the login options - perfect. But what I want to be able to do is setup a simpleSAML AuthSource that goes directly past this choosing page and right into Facebook auth for example.
Is this possible with a single SP with advanced federation AND skip the IdP choosing page?
I have tried appending the realmID to the auth string but no luck, maybe I am missing something as I am new with SAML/simpleSAML etc.
It will be great if anyone out there has made this work, imagine it as the Auth test page on simpleSAML have many options such as wso2-all (shows the login page with options), wso2-facebook (loads just the FB login), and so on - BUT I only want the single SP instance for this SimpleSAML SP.
Thank you in advance