Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
499 views
in Q2A Core by
I already used q2a for a while and have lots of data in the database. How can I do SSO integration. I will get userhandle and some contact information after SSO in http header. How can I integrate with db so that it will check if this handle exists, if so then just login if not then create this user with the userhandle and also thoes contact information?

Thx !
Q2A version: 1.6.3

1 Answer

0 votes
by
selected by
 
Best answer
A big part of SSO is user authentication. if you are using a CMS you can just go with the guide and make an integration, but if you just have a database of users, emails and other information then you should write an import tool to move them to Q2A user table and ask users to reset their password using email.
...