06-04-2019 06:47 AM
Dear Experts,
As soon as we enable SSO for our Finesse server, our xmpp connection to finesse has stopped working.
Could anyone give me direction on how to fix it?
I am using the following java code to do so.
ConnectionConfiguration config = new ConnectionConfiguration(this.serverFQDN, this.finessePort);
config.setReconnectionAllowed(true);
XMPPConnection connection = new XMPPConnection(config);
connection.connect();
connection.login(this.finesseUser, this.finessePwd);
Regards
Gaurav
06-04-2019 10:56 AM
Hi,
SSO on OpenFire is not yet supported.
Thanx,
Denise
01-25-2023 12:57 AM
Hi Denise,
OpenFire is still not supporting SSO with SAML afaik and probably never will do on an open free basis what my Dev team reported me.
Am I correct if Finesse is enabled for SSO, we basically have to sacrifice xmpp connection support for any third party tool depending on this? In other words, we only have either SSO for the agents or being able to establish a xmpp connection.
The documentation is very limited on information on this:
To initialize the XMPP connection, the following information must be passed to the EventTunnel before it can proceed:
Agent ID
XMPP Domain
Agent Password
XMPP PubSub Domain
Agent XMPP Resource (Optional)
Any feedback on having SSO activated for Finesse and also utilizing the xmpp connection is highly appreciated also a statement that this is not feasible will help to cut research on that matter.
Cheers,
Max
03-06-2024 07:02 AM
Did you solve this?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide