Passwordless user authentication

Howdy, I’'m building a web application which will already be authenticating a user. I then want to launch them into a flash client built with XIFF to enable XMPP chat. I do not want to bother with passwords a second time, or do something hackish like username=password.

Is there a way I can configure Wildfire to allow users to log in without a password?

Might be a dumb question, but thanks.

If WIldfire is authenticating against AD, I know there are several clients out there that ‘‘do’’ windows authentication. as to the question will they do what you ask, that I do not know.

Hi,

Wildfire supports an external database auth provider, so maybe you can use it and connect it to the database which you are using within your web application.

LG