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:
We have created Liferay Page , For ex: http:///web/xxxx/page1
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 )
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 ?