Changing the name of CasaAuthServer to AuthTokenSvc and changing the

name of CasaJaasSupport to JaasSupport.

Starting to make the changes to incorporate the components up above into
the make system.
This commit is contained in:
Juan Carlos Luciani
2006-05-05 17:35:21 +00:00
parent cc583ead26
commit 065f299999
35 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
/***********************************************************************
*
* TODO for CasaAuthServer
*
***********************************************************************/
INTRODUCTION
This file contains a list of the items still outstanding for CasaAuthServer.
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.
- 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.