As we are moving in the direction of SOA a topic that has come up is how to have each of the services authenticate and authorize a service request.
I saw the following question posted a while back and was wondering if there is any more to it then that.
I am currently in the process of creating a Security Service which has the responsibility to handle the Authentication and Authorization of a user coming to the application.
To address the issue of the services asking for verification I was thinking of going down the road of adding an operation to this service such that other services can verify a security token that will be provided in the messages. I was also looking at using Apache WSS4J to help with the token.
Thoughts - we currently do not have BPEL in our sights at this point so can I still make use of WSS4J?