• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

WAS 6.1 with SSO

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a web application running on WAS 6.1 which is using Single sign On functionality.

I had used the code given in the following link for getting the Login Id of the Client.
http://www.jguru.com/faq/view.jsp?EID=1045412

This code does work in WAS 4.0 but fails in WAS 6.1.

I have gone through the procedure for getting the same at www3.java.no/.../HolgerZobel/Holger_Zobel_JavaZone2005-Real_Single_Sign-on_for_web_applictions_02.pdf

But I could not find wssec.jar and CustomTrustInjector.class in WAS lib directory...and the procedure seems to be long, so is there any possibility of making any change in the previosly working code or any settings at server side to make it working.

Thanks & Regards,
Ketan
 
Ketan Mohite
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,


My problem is solved.....Websphere Application Server 6.1 has a bug related to NTLM authentication for which they have released a pack.

After installing this pack, my code worked.

Regards,
Ketan
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ketan,

Can you please specify which fix did you use. I am facing the same issue.

Thanks in advance.
Ravish
 
Ketan Mohite
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Please use the latest Update Installer available at
http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg24012718 to
install this fix.

patch provided IBM
6.1.0.0-WS-WAS-IFPK30169.pak


For details, give me your email ID, I will mail you the document for the same.

Thanks & Regards,
Ketan
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,Ketan

I use the code and it can run on Tomcat but can't run on websphere 6.1

http://www.jguru.com/faq/view.jsp?EID=1045412

I want to use the latest Update Installer available at
http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg24012718 to
install this fix to download the fix that you suggestion

patch provided IBM
6.1.0.0-WS-WAS-IFPK30169.pak

but I can't find the fix()

So I download the new one ==> download.updii.61013.windows.ia32.zip

Can I use either the old patch or the new one?

I use the new one and the code still not run...

can you give me some suggestion???

thanks very much !!
 
When evil is afoot and you don't have any arms you gotta be hip and do the legwork, but always kick some ... tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic