Hello everyone,
I'm working on a project where I want to leverage the user credentials stored in my EspoCRM to authenticate users into an external application. Essentially, the idea is to let users log into a different application using their EspoCRM username and password.
I've attempted to use the EspoCRM API for this purpose, but I'm running into some issues. I know that EspoCRM provides an API key-based method, which I've successfully used to fetch other types of data. But, when it comes to user authentication for an external login system, I'm a bit stuck.
Has anyone else tried to do something similar? I'd really appreciate some pointers:
Joost
I'm working on a project where I want to leverage the user credentials stored in my EspoCRM to authenticate users into an external application. Essentially, the idea is to let users log into a different application using their EspoCRM username and password.
I've attempted to use the EspoCRM API for this purpose, but I'm running into some issues. I know that EspoCRM provides an API key-based method, which I've successfully used to fetch other types of data. But, when it comes to user authentication for an external login system, I'm a bit stuck.
Has anyone else tried to do something similar? I'd really appreciate some pointers:
- Is the EspoCRM API designed to handle such authentication use cases?
- Are there specific API endpoints or methods I should be using?
Joost
Comment