• 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

security

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My application contains both web as well as EJB modules.
But web module is on seperate box and EJB modules on seperate box. I want to use the security
roles provided by the J2EE. The security roles will be same for both web as well as the EJB.
How a user who was authenticated and authorized in web module will be authorized to ejb, I mean
how the user credentials will be passed from one box(web module box) to another(ejb module box)
Is this mechanism is app server specific?
I want to use single sign on, will there be any issues while checking the roles in the ejb module?
Sudhakar
 
reply
    Bookmark Topic Watch Topic
  • New Topic