23 lines
750 B
Plaintext
23 lines
750 B
Plaintext
|
/***********************************************************************
|
||
|
*
|
||
|
* 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.
|
||
|
|