All modern federated identity protocols are based on redirecting the browser to the IDP. The trust originates from an SSL connection between the browser and the IDP. The whole point of these federated authentication protocols is that nothing but the IDP should see the password. TLS is the mechanism to accomplish this. This is especially important if you want to implement authentication that leverages smart cards with mutual TLS or FIDO U2F, which prevent MITM attacks. So the answer is probably... no.