• 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

Basic HTTP authentication through admin console on WAS 7

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

I am trying to do Basic HTTP Authentication for web services (We are the web services provider and trying to secure web services through admin console). Following steps are given for WAS 6 to perform basic authentication. We are using WAS 7, and don’t find any relevant configuration steps for WAS 7. WAS7 onwards security settings are changed and seems IBM documents are not updated for version 7.

Steps for Basic Authentication using WAS 6 through Admin console
Procedure
Open the administrative console.
a.Click Applications > Enterprise Applications > application_instance > Manage Modules > module_instance > Web services: Client security bindings.
b.Click HTTP Basic Authentication to access the HTTP basic authentication panel. Enter the values in the HTTP Basic Authentication panel.


It would be really great help if some one could suggest how to do Basic HTTP authentication through admin console on WAS 7.

Thanks in advance .......
VB

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic