I have a site on a Drupal 7 and I need to add some SSO functionality. So I configured SimpleSAMLphp and installed the simplesamlphp_auth module.
The problem is the module just swaps the links to login form with its own (/saml_login). And I kinda want it to use the old login form to have seamless experience because it's so modal, beautiful and such. Could someone maybe explain to me how it can be achieved? Or am I missing something and completely do not understand how IDPs and SPs work?
Thanks a lot!