• 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

How to filter Authentication Relam

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ALL,
If anybody has done some work with Authenication Providres in WL8.1 SP4.

I am athenticating my web applicaion using the Security Relam.

I defined the LDAP Authentication Provider following:

Console ---> Security----Relams----->myrealm---> Providers ----> Authentication---> ActiveDirectoryAuthenticator


Now in when I click on Console ---> Security---Realms---Users.

it shows me all users present in the Active Directory(But I want users only under specific group in Active Directory)

And in my authentication servlet I am using the following code.




My question is that is there any way to define this group as a configuration of the relam, or I need to write custom Authentication Provider. OR what ?

Regards
Awais Bajwa
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic