Talk: SSO

Created on 10 Sep 2018  路  4Comments  路  Source: coralproject/talk

Do you want to request a feature or report a bug?

question

Intended outcome:

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

Actual outcome:

How to reproduce the issue:

Version and environment

question

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.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

martinmags picture martinmags  路  4Comments

schwabing picture schwabing  路  5Comments

honzie picture honzie  路  4Comments

cristiandean picture cristiandean  路  5Comments

tomasdev picture tomasdev  路  4Comments