Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
494 views
in Q2A Core by
Hi,

I was able to integrate the single Sign On. Now when I click on the username link at the top right, I get "page not found".  I am refering to this url

http://example.com/qa/index.php?qa=user&qa_1=$publicusername

My Question:

Is there any other module/function that needs to be edited for single-sign-on?
Q2A version: latest
by
Hi,
As you have integrated SSO in q2a. Could you please help me with this?
Thanks in advance

1 Answer

+1 vote
by

You need to modify function qa_get_logged_in_user_html(...) in qa-external-users.php as appropriate for your site - please see the docs there.

...