• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with OpenSSO webservice security in weblogic

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

I have configured OpenSSO in weblogic 10. I have created one more domain and deployed webservice in that. i have written one webservice client which tries to access the Webservice through opensso. For creating SSOToken I have used the following

SSOTokenManager manager = SSOTokenManager.getInstance();
SSOToken ssoToken = manager.createSSOToken(httpRequest);


Now the 2nd line i.e createSSOToken is throwing exception as

com.iplanet.sso.SSOException: Invalid session ID.

I have created Web Service Provider and Web service client for the webservice in opensso. Also have added
com.iplanet.am.cookie.encode=false
com.iplanet.am.cookie.name=iPlanetDirectoryPro
in amConfig.properties.
Please suggest what might cause this issue.

Thanks
 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whether Weblogic 8.* supports OpenSSO webservice security?
 
smita simi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to the Sun OpenSSO Enterprise 80 Release Notes BEA Weblogic 10 is supported as web container.Please find the following link

https://opensso.dev.java.net/public/use/docs/fampdf/rn.pdf
 
smita simi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also as per the following document Web service security is supported for Weblogic 10 using OpenSSO

http://dlc.sun.com/pdf/820-4580/820-4580.pdf
 
Shiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic