How to integrate external users?

Hi,

I have a some websites whose databases don’t have anything in comon with the openfire database. These databases contain users (userame,password,location …) and I would need to allow these people to log in my openfire server.

I have to retrieve all the info of my existing user profiles without inserting anything in my openfire database.

I am completly new to openfire, does anyone have an idea about how I could do that ?

Thank you very much,

Regards.

Vincent

Create DATABASE VIEWs…and integrate these VIEW through JDBCAuthProvider in Openfire…

Thank you very much, I will try this solution now