Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Custom Users and Authentication

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Employee

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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.

Avatar

Level 2

Thank you, it's exactly what i was looking for.

Regards.