New to ejabberd and have what is hopefully a simple question.
We have external authentication working. Do users who are externally authenticated need an account on the ejabberd server to send/recv messages? If so, what is the best way to auto-create accounts when a user successfully authenticates via the external authentication script?
Thanks
steven_vsee wrote: We have
We have external authentication working. Do users who are externally authenticated need an account on the ejabberd server to send/recv messages?
No need. When you configure {auth_method, [external]}, ejabberd uses that to check account existence, its password, etc.