I'm trying to implement SSO for Liferay and i want to use Simplesamlphp as an Identity provider and Liferay will be the Service Provider. I have redirected the sign In in Liferay to my Simplesamlphp site by adding auth.login.url=http://myloginappjcq.com in the portal-ext.properties file. But when i click on sign In it redirects to my website myloginappjcq.com. In my Website i have added a link to my Liferay site. There are links to other applications as well in my website which are built using PHP. When i click on these links the application will be authenticated with the username and password which was given during the time of login. But, When i click on the Liferay Link it is not authenticated and it shows the sign In Page again.
Is there a documentation which explains Liferay integration with SImplesamlphp.
Thanks