Login to Suite CRM from my application

I’m working on an application which connects to SuiteCRM for data. We are planning to introduce a login screen in our application for SuiteCRM users. Before we go with this approach, we would like to know Is there a way to redirect users to the SuiteCRM login screen directly and get the session for our application to connect via API?

Thanks
Ram

Hi,
You can simply USE SuiteCRM API to do the logins. This API will return you all the session data. You only need to pass it User Name and Password. So you can simply do the UI end at your application side and then communicate with CRM API VIA a curl request.

Thanks