cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
859
Views
0
Helpful
1
Replies

login with jabber id without password

Sikkandar Basha
Level 1
Level 1

Hi,

am using jabber web sdk.  As my app doesn't have the normal username and password entry i want to login into cups server without password.

probably like how CUPS web service used 1) user can login with app user and pwd to get appsessionkey 2) then end user can login using his end userid and appsessionkey captured from prev call.

i tried just using domain name but it fire the disconnect the event and connection is not established.

after login i want to passs the jid and get all contacts for the jid.

any suggestions

Thanks

sikkandar

1 Reply 1

tinghche
Level 5
Level 5

Not sure if you were thinking about something like SSO, if you take a look on the webextoken.html sample downloaded from the CAXL library.

It's an implmenmentation of using CAS (Central Authentication Service), with either SSO or non-SSO approach.

In this way, user can still get the token to get authenticated if it's SSO.

Regards,

Howard