Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
669 views
in Q2A Core by
I see instructions for single sign on, but not sure what this means. I have an oracle database containing user names and email addresses. Is there anyway to connect these "user accounts" to Q2A? Or, is the single-sign on only related to other schemas for mySQL? Any way to do this? Otherwise, it seems like my users will need to have two accounts. One account for the existing oracle-related functions for my own software, and a second account for Q2A. Obviously I want to avoid that if possible. What do people do in this circumstance?
Q2A version: the latest

1 Answer

+1 vote
by

There's no problem using an Oracle database or any other storage mechanism for user information. You just need to implement the functions in qa-external-users.php in whichever way is appropriate.

...