RE: Openid Connect button on the homepage

Axel LEFEVRE, modified 5 Years ago. Junior Member Posts: 25 Join Date: 2/18/20 Recent Posts
Hi,
I use Openid connect with keycloak for SSO. Everything works, but I would like to add a single connection button on the login page/portlet. This is already the case now, I made a hook to modify login.jsp and add a "SSO" button. However, this button leads to the openid connect provider form. I would like this form to be invisible to the user and that they do not need to select the supplier. It has to be transparent to him. And also, if possible, create the button on the first page below the Liferay Login Form because actually, the user must make 2 clicks before arriving on the Keycloak Login form, I want to do it with only 1 click.

How do I proceed ? Thanks for your help
Axel
thumbnail
Dominik Marks, modified 5 Years ago. Regular Member Posts: 149 Join Date: 8/29/12 Recent Posts
Sounds similar to the discussion in this thread: https://liferay.dev/forums/-/message_boards/message/118886925
Axel LEFEVRE, modified 5 Years ago. Junior Member Posts: 25 Join Date: 2/18/20 Recent Posts
This helps me! Thank you very much Dominik!