Skip navigation
2106 Views 1 Reply Latest reply: Mar 10, 2008 6:10 AM by slushpupie RSS
Bronze 1 posts since
Mar 7, 2008
Currently Being Moderated

Mar 7, 2008 11:24 PM

Help : spark SSO problem

 

Hello everyone,

 

 

Having trouble setting up openfire & spark using active directory single sign on . Currently using spark 2.5.8 and openfire 3.4.5 on win server 2003 & XP. i'm following steps as described at HOWTO: SSO Configuration for Windows (Server and Clients) and Mac Clients but find out that its doesnt work for me. Last thing i try is installing spark on the same server as openfire. Sometime it can work and sometimes not. After sniffing around i found something on the smack debug windows. Spark is sending different packet at a time. It will work fine with SSO when it sends following packet :

 

 

Packet 1

<iq id="c0c3v-0" type="set"> <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"> <resource>spark</resource> </bind> </iq>

 

 

Packet 2

<iq id="c0c3v-1" type="set"> <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/> </iq>

 

 

and will fail to authenticate when sending this packet :

 

 

Packet 1

<iq id="J3030-0" type="get"> <query xmlns="jabber:iq:auth"> <username>myuser</username> </query> </iq>

 

 

Packet 2

<iq id="J3030-1" type="set"> <query xmlns="jabber:iq:auth"> <username>myuser</username> <password/> <resource>spark</resource> </query> </iq>

 

 

meanwhile, in my windows XP client, spark  is always sending the second type packet. this causes the client always fail to authenticated on my XP client.

 

 

is there any explanation about  why spark behave this way??

 

 

Regard's

 

 

  • slushpupie KeyContributor 776 posts since
    Jan 27, 2006
    Currently Being Moderated
    Mar 10, 2008 6:10 AM (in response to yonery)
    Re: Help : spark SSO problem

    Make sure you are following all the steps very carefully. From what you have posted, Spark is not attempting to use GSSAPI, the login method associated with SSO.  Spark will do this when it cannot determine the login credentials.

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points