CASA/CASA-auth-token/server/AuthTokenValidate/idenTokenProviders/casa
2007-02-16 18:36:27 +00:00
..
linux Modifications to resolve issues found during self-code review. 2006-12-08 05:45:03 +00:00
identoken.c Fixed function prototype miss-match that was resulting on a build 2007-02-16 18:36:27 +00:00
identokenprovider.c Changes to address issues brought up by the security review. 2007-02-06 22:52:44 +00:00
internal.h Changes to address issues brought up by the security review. 2007-02-06 22:52:44 +00:00
Makefile.am The non-java project is being replaced by a client and a server project 2006-11-13 04:05:01 +00:00
README The non-java project is being replaced by a client and a server project 2006-11-13 04:05:01 +00:00
TODO The non-java project is being replaced by a client and a server project 2006-11-13 04:05:01 +00:00
util.c Changes to address issues brought up by the security review. 2007-02-06 22:52:44 +00:00

/***********************************************************************
 * 
 *  Copyright (C) 2006 Novell, Inc. All Rights Reserved.
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; version 2.1
 *  of the License.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Library Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, Novell, Inc.
 * 
 *  To contact Novell about this file by physical or electronic mail, 
 *  you may find current contact information at www.novell.com.
 * 
 *  Author: Juan Carlos Luciani <jluciani@novell.com>
 *
 ***********************************************************************/
/***********************************************************************
 *
 *  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/modules 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.