Message Boards

How SAML object persist on Liferay DXP (Service Provider) and use for other

sree p, modified 3 Years ago.

How SAML object persist on Liferay DXP (Service Provider) and use for other

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
Hello, I made Liferay DXP as Service Provider and ADFS as IDP, I am successfully authenticating Liferay DXP (SP) through IDP using SAML SSO, I want to know how Liferay DXP (SP) is storing/persisting authentication object  (SAML SSO) and how can I use  this Liferay DXP's (SP) saml  to authenticate third party application via Liferay DXP Service Provider.
I am following below Liferay document.
https://help.liferay.com/hc/en-us/articles/360028711052-Setting-up-Liferay-DXP-as-a-SAML-Service-Provider
sree p, modified 3 Years ago.

RE: How SAML object persist on Liferay DXP (Service Provider) and use for o

Junior Member Posts: 91 Join Date: 10/3/19 Recent Posts
any idea ?
thumbnail
Nikhil Nishchal, modified 3 Years ago.

RE: How SAML object persist on Liferay DXP (Service Provider) and use for o

Regular Member Posts: 176 Join Date: 6/22/12 Recent Posts
Hi,

Liferay use  claim string to get all required attributes and manage user according to them.
You can persist this string by creating hook.

Thanks!