spring security - Retrieve user role and group from jboss container using JAAS API CALL -


in current project, have scenario user login portal , authenticated via tam(tivoli). after login portal there link user redirected our application (spring mvc) hosted on jboss. information have is, user role , group info available within our container , have make jaas api call retrieve user roles , group info further used spring security authorization purpose. can imagine spring pre-authentication scenario user been authenticated (sso) , authorization need retrieve role , group info . please assist me correct understanding , how user role/group jboss container using jaas api? code snippet or link (spring implementation) helpful. thanks, cd

it seems need create sso structure, isn't spring documentation useful enough?

you can find sso part here: spring security reference: chapter 9

what applicationserver using? can more specific question on implementation instead?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -