Results 1 to 4 of 4

Thread: Is it possible to modify authentication authorities at authentication time?

Threaded View

  1. #1
    Join Date
    Aug 2010
    Location
    Broomfield, CO
    Posts
    20

    Question Is it possible to modify authentication authorities at authentication time?

    We're authenticating against LDAP and our Authentication object's GrantedAuthorities are correctly populating with a user's roles from our LDAP database.

    What I'd like to know is if there's a way to dynamically modify those roles (authorities) on the fly before the Authentication object is constructed (the only way GrantedAuthorities can be set on an Authentication object is at object construction time).

    I'm thinking there's got to be some class I can extend and register to execute this behavior, I just don't know what class and what method.

    Thanks.
    Last edited by icfantv; Sep 28th, 2012 at 09:42 AM. Reason: typo

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •