Documentation updates.

This commit is contained in:
Juan Carlos Luciani
2006-05-19 20:11:14 +00:00
parent af1ddd2db3
commit f85d93e73d
2 changed files with 29 additions and 10 deletions

View File

@@ -1,22 +1,20 @@
/***********************************************************************
*
* TODO for CasaAuthServer
* TODO for AuthTokenSvc
*
***********************************************************************/
INTRODUCTION
This file contains a list of the items still outstanding for CasaAuthServer.
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 and WS-Trust for Authentication Tokens.
- 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.
- Create plug-in API for Authentication Mechanisms.
- Obtain authentication policy configuration from file system.
- Integrate into CASA build environment.
- Review Code.