Hello guys. I'm developing an online meeting app with LCCS and i can't figure out how the authentication would work with my custom users. For example, i have 20 employees in my database, with names, passwords etc. How could i authenticate them in LCCS? Should all of them be registered in the LCCS or is there a way to make my authentication logic and just say to the LCCS "make this user enter as i trust him"?
Thanks, regards.
Solved! Go to Solution.
Views
Replies
Total Likes
You should use "external authentication" (check the documentation and the examples). Basically you login your users into your system and then create a "token" that you can pass to your LCCS application that identifies them as valid users.
Views
Replies
Total Likes
You should use "external authentication" (check the documentation and the examples). Basically you login your users into your system and then create a "token" that you can pass to your LCCS application that identifies them as valid users.
Views
Replies
Total Likes
Thank you, it's exactly what i was looking for.
Regards.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies