Monday, August 18, 2008 11:41 PM
Ok, so here’s the situation:
Application calls a web service over SSL.
Here’s the question:
Do you use WSE to perform authorization, or do you roll your own auth mechanism (i.e. send a GUID down and pass it back and forth with the server managing the GUID list?)
I looked at the WSE samples from MSDN, and it just looked like way too much overhead for a message that is going to travel point to point and compared to how simple it would be to create, send, and manage a GUID list on the server for authentication…all while this gets sent over SSL.
But am I missing something here? Looking for thoughts, security guru’s!
D