CASA/auth_token/server/CasaAuthServer
Juan Carlos Luciani ca2ae38b53 Adding new files.
2006-05-01 21:26:39 +00:00
..
.settings Modifications due to continue development and re-structuring of 2006-04-26 22:05:29 +00:00
src/com/novell/casa/authserver Modifications due to continue development and re-structuring of 2006-04-26 22:05:29 +00:00
WebContent Initial check-in of the service side components of Casa Auth Token 2006-04-06 16:07:28 +00:00
.classpath Modifications due to continue development and re-structuring of 2006-04-26 22:05:29 +00:00
.project Modifications due to continue development and re-structuring of 2006-04-26 22:05:29 +00:00
README Adding new files. 2006-05-01 21:26:39 +00:00
TODO Adding new files. 2006-05-01 21:26:39 +00:00

/***********************************************************************
 *
 *  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 -