Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: SAML Authentication for Liferay Screenlets Android App
Hi All,
I have created android app using Liferay screenlets , using Login, WebContent Display , Web Content List screenlets. Our portal is using SAML for authentication and working as SP whereas ADFS working as IDP. How can we authenticate users using SAML in android app? Please suggest.
Thanks,
Ankit
Did anyone try this before? Provide your suggestions.
Thanks,
Ankit
Hi!
We've tried several SSO implementations and integrated Screens with some of them... the easiest way would be using a token based authentication (using OAuth or independently) between the portal and the mobile application... (I know it means lots of changes and configurations)
I would also try with the cookie mode, login normally to the portal inside the application and use that cookie to do request to the JSON-WS services.
Other easy, although more cumbersome for the users and fragile, would be logging a webview inside the android application and intercepting the credentials to do a request to the JSON-WS services.
Powered by Liferay™