I feel I must be missing something obvious here, but I can’t find this in any of the documentation. For the record, I’m relatively new to SuiteCRM
My goal is fairly simple - I have an instance of SuiteCRMwith users set up and working. I have another web application in development and rather than give it its own authentication system, I want users to be able to to authenticate against SuiteCRM.
I can find nothing about authenticating like this in the V8 api docs. I did find mention of a method in V4 at https://suitecrm.com/suitecrm/forum/developer-help/15837-oauth-token-generation, and I do get an ‘invalid token’ error when I visit index.php?module=OAuthTokens&action=authorize&token=b9a690a6a8a2 on my domain, suggesting the functionality is present. However I don’t know if this is simply there for legacy purposes, or if there is a V8 equivalent I can use and if there is a V8 implementation, how to obtain the initial user token, set callback address etc etc.
Long question made short: Does the V8 API provide a mechanism for 3rd party authentication? If so, is there any documentation on this that I have missed?