<!doctype html> <html> <head> <title>Identification and Authentication</title> <link rel="stylesheet" href="styles/site.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles/icons.css" type="text/css"> <script src="js/jquery.min.js"></script> <script src="tree/collapsibleTreeMenu.js"></script> <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css"> </head> <body class="theme-default aui-theme-default"> <div id="page"> <div id="main" class="aui-page-panel"> <div id="main-header"> <div id="breadcrumb-section"> <ol id="breadcrumbs"> <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> <li> <span><a href="Administering-Rhapsody_133160982.html">Administering Rhapsody</a></span> </li> <li> <span><a href="Security-Provisions_133161176.html">Security Provisions</a></span> </li> <li> <span><a href="Principles-of-Security_133161177.html">Principles of Security</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">Identification and Authentication</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <p class="p">Identification is the ability to identify uniquely a user of a system or an application that is running in the system. Authentication is the ability to prove that a user or application is genuinely who they claim to be. For example, consider a user who logs on to a system by entering a user ID and password. The system uses the user ID to identify the user and, at the time of log-on, authenticates the user by checking that the supplied password is correct.</p> <p>Authentication is used within Rhapsody to restrict access to the Rhapsody Engine when using client interfaces such as Rhapsody IDE and the Management Console.</p> <p>It is possible to configure secure communication channels within Rhapsody to external systems which result in authentication of mutual parties.</p> <p><span style="line-height: 13.0pt;background-color: transparent;">For details on identification and authentication services in Rhapsody, refer to:</span></p> <ul> <li class="p"><a href="Logging-on-to-Rhapsody-IDE_133164371.html">Logging on to Rhapsody IDE</a>.</li> <li class="p"><a href="Accessing-the-Management-Console_133163988.html">Accessing the Management Console</a>.</li> <li class="p"><p><a href="User-Management_133161038.html">User Management</a>.</p></li> </ul> <p class="p"> </p> </div> </div> </div> </div> </body> </html>