Help link to knowledge base with sso

Avatar
  • updated
  • Answered
We're using sso for our users of our app to access UE KB and forum. All good.
Now I want to be able to put a help link on a page in our app that will open the corresponding knowledge base page. I want the user to be signed on with sso in case they want to comment or get further help.
How can this be done?
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
You have two ways to do this.

1) extend link with sso_token GET parameter
2) set for the user cookie with ue_sso_token name

value for each case must contain valid SSO token
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
You have two ways to do this.

1) extend link with sso_token GET parameter
2) set for the user cookie with ue_sso_token name

value for each case must contain valid SSO token