CASA/CASA-auth-token/non-java/server/AuthTokenValidate/idenTokenProviders/casa
Juan Carlos Luciani c076f68b37 Finished the auth token client port to Linux and made some minor
makefile system maintenance.
2006-10-05 21:25:00 +00:00
..
linux Finished the auth token client port to Linux and made some minor 2006-10-05 21:25:00 +00:00
identoken.c Modified the "native" folder name to "non-java" since the branch will 2006-08-03 15:33:44 +00:00
identokenprovider.c Modified the "native" folder name to "non-java" since the branch will 2006-08-03 15:33:44 +00:00
internal.h Modified the "native" folder name to "non-java" since the branch will 2006-08-03 15:33:44 +00:00
Makefile.am Modified the "native" folder name to "non-java" since the branch will 2006-08-03 15:33:44 +00:00
README Completed the Authtoken Validate Service changes. 2006-09-14 15:54:27 +00:00
TODO Modified the "native" folder name to "non-java" since the branch will 2006-08-03 15:33:44 +00:00
util.c Modified the "native" folder name to "non-java" since the branch will 2006-08-03 15:33:44 +00:00

/***********************************************************************
 *
 *  README for casa_identoken
 *
 ***********************************************************************/

INTRODUCTION

casa_identoken is the Identity Token Provider plug-in for tokens of type
CasaIdentityToken. This are the default identity tokens utilized by CASA
Authentication.

CONFIGURATION

The path to the casa_identoken plug-in is configured by placing the file
CasaIdentityToken.conf in the /etc/CASA/authtoken.d/modules.d folder.

PROGRAMMING NOTES

This module does not provide APIs to components outside of the CASA
Authentication framework.

SECURITY CONSIDERATIONS

CasaIdentityTokens are embedded inside CASA Authentication Tokens. CasaIdentityTokens
contain identity information which may be confidential and no attempts are made to
ensure the confidentiality of the data. Because of this it is important that CASA
Authentication Tokens be secured by applications making use of them. It is recommended
that CASA authentication tokens be transmitted using SSL.