I am interesting in this extension. Anyway, I have 1 question:
From your demo video, There is a link on login page (linked to IP).
Can we allow customer to enter user and password on Magento login page instead of doing it on external website? I mean user go to Magento login page, enter username and password (IP credentials, not Magento credentials) and we login that customer automatically instead of go to another website.
Looking forward for your response
Thanks
This is not like SAML work.
In the SAML SSO workflow credentials are provided to the Identity Provider login form, not to the Service Provider so that external link is a must (if you want to keep normal login).
Please, to understand the SAML protocol visit:
https://github.com/jch/saml
If you plan to disable Magneto's normal login and force always the SAML authentication, then you don't need that link and instead we can redirect always the user to the Identity Provider login form when the user access to Magento.
Hi Martin,
Thanks for your response.
We need to be able to fully customize the login page
So Can we customize the login page even it is not Magento page?
You can refer to another extension: http://www.wizkunde.nl/product/single-sign-on-with-saml2-0/
That extension comes with customized login page.
Thanks