CASA/auth_token/server/AuthTokenSvc/README
Juan Carlos Luciani 065f299999 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.
2006-05-05 17:35:21 +00:00

41 lines
951 B
Plaintext

/***********************************************************************
*
* README for CasaAuthServer
*
***********************************************************************/
INTRODUCTION
CasaAuthServer is the CASA Authentication Token Service (ATS). It is implemented
as a set of Java servlets and classes that execute in the Tomcat environment.
The ATS is responsible for providing clients with the necessary authentication
policy information, for authenticating client entities, and for providing
clients with Authentication Tokens that they can then use for authenticating
to CASA Authentication enabled services.
The ATS utilizes mechanism plug-ins for authenticating client entities as well
Identity Token Providers for the generation of Identity Tokens.
CONFIGURING ADDITIONAL AUTHENTICATION MECHANISMS
- TBD -
CONFIGURING ADDITIONAL IDENTITY TOKEN PROVIDERS
- TBD -
SECURITY CONSIDERATIONS
- TBD -