CASA/CASA-auth-token/native/server/AuthTokenValidate/idenTokenProviders/casa
Juan Carlos Luciani b49318e38a This branch was created to contain the "native" auth_token components.
This was required because autobuild restrictions are forcing us to build
the native components separate from the java components.
2006-07-27 15:28:07 +00:00
..
linux This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
identoken.c This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
identokenprovider.c This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
internal.h This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
Makefile.am This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
README This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
TODO This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +00:00
util.c This branch was created to contain the "native" auth_token components. 2006-07-27 15:28:07 +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/opt/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.