Use Taleo to Authenticate a Username and Password

850 views Asked by At

I want to create a custom login on an external site that will just use Taleo to authenticate the username and password (meaning, literally, just check if that user exists). Is there a good way of doing this? I'm having trouble finding the answer in Taleo's API methods.

1

There are 1 answers

2
Pol Dellaiera On BEST ANSWER

You can do it using my library : https://github.com/Polzme/Taleo

Don't hesitate to ask for help.