Implementing Secure Access to Liferay 7.4 Page from External Mobile App with OAuth or Custom Filter

108 Views Asked by At

we are using liferay 7.4 and separate native mobile app.

we have to provide the access to Liferay page when request is coming from mobile app which is already logged in.

Liferay should accept token from mobile app and allowing into Liferay page.

Not sure OAuth will fit in this case. Here is the use cases:

  1. We have created Liferay Page , For ex: http:///web/xxxx/page1

  2. Mobile Application ( external, not related to Liferay ) will include above liferay url inside their mobile page after user login into Mobile app ( no connectivity between mobile app user and liferay user )

  3. Before user access that liferay page inside Mobile App , there should be a handshake mechanism between Liferay and Mobile Application, then only Liferay should display that page.

can anyone confirm oauth will fit in above scenario? or we should go for custom filter implementation ?

0

There are 0 best solutions below