63 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /***********************************************************************
 | |
|  * 
 | |
|  *  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.
 | |
|  
 | |
| 
 | |
| 
 | |
| 
 | |
|                 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |