question
In my website, There is session based authentication.
But I am unable to find docs related to that.
The one here https://docs.coralproject.net/talk/integrating/authentication/ has only token related docs
You can use your session based auth to create a token, and pass that to Talk to exchange for user details when logging in the user following the authentication documentation you linked.
@wyattjoh Can you explain a bit more please
You'd likely have to create a service on your application, that given a persons login status, issue a JWT token for that user. Pass that token into the embed then to sign in the user via the SSO docs.
Closing this issue, implemented the SSO
Thanks @wyattjoh
Most helpful comment
You'd likely have to create a service on your application, that given a persons login status, issue a JWT token for that user. Pass that token into the embed then to sign in the user via the SSO docs.