CASA/auth_token/server/AuthTokenSvc
Juan Carlos Luciani 6494b45f59 Adding a folder with a sample configuration for the ATS.
-This line, and those below, will be ignored--

A    AuthTokenSvc/sampleConf
A    AuthTokenSvc/sampleConf/identoken.settings
A    AuthTokenSvc/sampleConf/auth.policy
A    AuthTokenSvc/sampleConf/authtoken.settings
A    AuthTokenSvc/sampleConf/auth_mechanisms
A    AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate
A    AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings
A    AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate
A    AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings
A    AuthTokenSvc/sampleConf/svc.settings
A    AuthTokenSvc/sampleConf/iaRealms.xml
A    AuthTokenSvc/sampleConf/enabled_services
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings
2006-05-18 22:00:11 +00:00
..
.settings Changing the name of CasaAuthServer to AuthTokenSvc and changing the 2006-05-05 17:35:21 +00:00
sampleConf Adding a folder with a sample configuration for the ATS. 2006-05-18 22:00:11 +00:00
src/com/novell/casa/authtoksvc Added plug-in capability for authentication mechanisms. 2006-05-18 18:55:10 +00:00
WebContent Changed to utilize a single Rpc servlet. 2006-05-16 15:16:34 +00:00
.classpath Changing the name of CasaAuthServer to AuthTokenSvc and changing the 2006-05-05 17:35:21 +00:00
.project Changing the name of CasaAuthServer to AuthTokenSvc and changing the 2006-05-05 17:35:21 +00:00
Makefile.am Added new modules to makefile. 2006-05-18 21:35:58 +00:00
README Changing the name of CasaAuthServer to AuthTokenSvc and changing the 2006-05-05 17:35:21 +00:00
TODO Changing the name of CasaAuthServer to AuthTokenSvc and changing the 2006-05-05 17:35:21 +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 -