CASA/CASA-auth-token/java/server/AuthTokenSvc/TODO
Juan Carlos Luciani c71a90410c Adding project branch for "java" components of CASA-auth-token. This was
made necessary by autobuild limitations that forced us to build native
components separate from the java components.
2006-07-27 15:53:53 +00:00

22 lines
732 B
Plaintext

/***********************************************************************
*
* TODO for AuthTokenSvc
*
***********************************************************************/
INTRODUCTION
This file contains a list of the items still outstanding for AuthTokenSvc.
OUTSTANDING ITEMS
- Switch to a Web Services model where the Client/Server protocol uses SOAP.
- Switch to use WS-Security, WS-Policy, and WS-Conversation for Authentication Tokens and Session Tokens.
- Add code to verify that client/server communications occur over HTTPS.
- Add logging.
- Create plug-in API for Identity Token Providers.
- Integrate into CASA build environment.
- Review Code.
- Change printfs used for debugging into a suitable mechanism.