Identity Management Administrator Guide

Size: px
Start display at page:

Download "Identity Management Administrator Guide"

Transcription

1 Identity Management Identity Management Administrator Guide Version Bosch Software Innovations Americas: Bosch Software Innovations Corp. 161 N. Clark Street Suite 3550 Chicago, Illinois 60601/USA Tel Asia: Bosch Software Innovations c/o Robert Bosch (SEA) Pte Ltd 11 Bishan Street 21 Singapore Tel Europe: Bosch Software Innovations GmbH Ziegelei Immenstaad GERMANY Tel [email protected] Bosch Software Innovations GmbH 1/25

2 Copyright Notice Bosch Software Innovations GmbH, All rights reserved. Dissemination or reproduction of this document or any part of it for any purpose or in any form whatever is not permitted without the prior express written consent of Bosch Software Innovations GmbH. Information contained in this document may be subject to revision without advance notice. MLDS, Visual Rules and Work Frame Relations are registered trademarks of Bosch Software Innovations GmbH. BOSCH and the symbol are registered trademarks of Robert Bosch GmbH, Germany. Some of the product and company names used in this document are trademarks and/or registered trademarks. They are used explicitly for reference purposes and are, independent of marking, property of their respective owners. Bosch Software Innovations GmbH 2/25

3 Table of Contents Chapter 1 About this guide Identity Management (IM) Target audience Getting started... 5 Chapter 2 Get artifacts... 6 Chapter 3 Installation and first configuration Configuring IM server initialization parameters Configuring the data source DBMS support... 9 Sort order on DBMS... 9 How to support full Unicode Deploy the IM server JBoss Deployment Data Source configuration jboss-web.xml jboss-deployment-structure.xml Configuring the IM user interface Web application Deploy the IM user interface Web application Accessing the IM server using SSL Using the IM user interface Chapter 4 External User Management Configuring the connection to an external identity provider (LDAP Active Directory) External Identity Provider LDAP/AD Specific Configuration Attribute Mapping Example Tips and known pitfalls Chapter 5 Logging Server User interface Web application Chapter 6 Installing applications into IM Preconditions Permission to install an application Mandatory information provided by the application to be installed Auto Assignment of Offering Types Example Code: Using the Java-API to install a new application Bosch Software Innovations GmbH 3/25

4 Chapter 7 Appendix IM Specification Features System Requirements Minimum Hardware Requirements Supported Platforms Limitations Chapter 8 Contact us Bosch Software Innovations GmbH 4/25

5 Chapter 1 About this guide 1.1 Identity Management (IM) The Identity Management (IM) component provides interfaces which other systems can use to administrate their usage policy: user authentication and authorization. The main scope of IM in a customer application is to manage the permissions to read, write or execute operations (as parts of the customer application). The users can be organized in groups according to the current structure of a company. In order to support a flexible and scalable business organization, which can be restructured without the need of involving the ITspecialists, the user permissions are not derived from their membership of a group or client, but according to roles. The decisions to give a user access to certain functions, are based on the roles that individual users - as a part of an organization - have. It provides access security by describing complex access control policies. This can reduce the source of errors while administration and consequently the costs for a secure useradministration can be reduced. 1.2 Target audience This document is intended to help IM administrator users understand how to install and configure the Identity Management (IM). It describes common administrative and operative tasks to get the IM system running. Once the IM user interface is available please use the IM User Guide for further support. 1.3 Getting started An overview on all features, supported platforms, limits etc. is provided at Appendix > IM Specification. Bosch Software Innovations GmbH 5/25

6 Chapter 2 Get artifacts For customers of the Visual Rules Suite, IM offers an assembly that bundles the IM server as well as the IM user interface Web application in one zip file. IM assembly for Visual Rules Group ID: com.bosch.im Artifact ID: visualrules-im-assembly Packaging: zip Version: Unzip the assembly and you will find: a Web archive containing the back-end: im-server a Web archive containing the user interface: im-ui-webapp a folder named identitymanagement containing configuration files for both applications: o im-backend.properties - for the IM server o im-webui.properties - for the user interface Bosch Software Innovations GmbH 6/25

7 Chapter 3 Installation and first configuration Precondition The setting of the Java system property user.home depends on your operating system and Java installation. The IM server as well as the IM user interface Web application will expect configuration files at user.home/identitymanagement. This will be as well the location where you will find the logfiles of both appications. Therefore, the system property user.home must be set to an arbitrary but existing directory. That means, it must not necessarily point to the operating system specific user home directory but the directory must exist. In order to install the IM server while your application server is running, please make sure to previously prepare following configuration steps. Configuring IM server initialization parameters Configuring the data source o DBMS support Deploy the IM server o JBoss Deployment Configuring the IM user interface Web application Deploy the IM user interface Web application Using the IM user interface 3.1 Configuring IM server initialization parameters The IM server needs you to specify some parameters that will apply automatically when IM performs its initialization. The parameter list includes among others the very first tenant, your administration user, your initial password etc. 1. The IM server expects a properties file named im-backend.properties at following path: [user.home]/identitymanagement/im-backend.properties The path on a Windows system would be for example: C:\Users\<user>\identitymanagement\imbackend.properties 2. Copy the identitymanagement folder of the visualrules-im-assembly to your user home directory 3. Open im-backend.properties (e.g. using a simple text editor) and adjust the properties' values to configure IM according to your company's needs. A table describing default values and their meaning is provided at the end of this section. Changing the values in the property file after the initialization of the IM server has no effect (unless the database is reinitialized). The only exception are the properties used for the session timeout configuration which will be applied when the IM server is restarted. Bosch Software Innovations GmbH 7/25

8 Attribute Configuration property Default value Description Tenant Name com.bosch.im.init.tenant.name DEFAULT The name of the default root tenant. Domain Name com.bosch.im.init.domain.name IM The name of the default domain assigned to the root tenant. Application Instance Name com.bosch.im.init.instance.name IM The name of the default instance assigned to the default domain. Admin User Name com.bosch.im.init.user.admin.name Admin The name of the default administration user for the root tenant and all entities assigned to this tenant. Admin User Password not configurable Admin The initial administrator's password; this is the same as the configured user name. For security reasons it is strongly recommended to change your password after your first login. However, the system will not force you to do so. Admin Role com.bosch.im.init.role.admin.name Administrator The name of the (main) administration role. The administration user has this role automatically. (This role provides all permission necessary to administrate the IM system.) Application Installer Role com.bosch.im.init.role.app.name ApplicationInstall er The name of the application installer role. The administration user has this role automatically. (This role provides all permission necessary to register and install new applications as well as their roles and permissions.) Max. server-side sessions com.bosch.im.init.session.max The maximum number of sessions on server side. As sessions are held in memory this value should only be raised if enough memory is available. Session timeout com.bosch.im.init.session.timeout 120 The session timeout in minutes. The session expires when a logged-in user is inactive for more than the configured amount of time. In this case he has to log-in again. Bosch Software Innovations GmbH 8/25

9 3.2 Configuring the data source Please have a look at the documentation of your runtime container for instructions on how to configure a data source. The IM server supports data sources as listed at Appendix > IM Specification. It expects that the runtime container provides a data source with the name jdbc/im-ds and the type javax.sql.datasource Example Following examples shows a snippet for an Oracle data source configuration for Tomcat (7.0.x) <Resource name="jdbc/im-ds" auth="container" type="javax.sql.datasource" maxactive="100" maxidle="30" maxwait="10000" username="admin" password="admin" driverclassname="oracle.jdbc.oracledriver" url="jdbc:oracle:thin:@//localhost:1521/orcl" /> Database Initialization Due to a very comfortable way of initialization and migration of the database schema, the given credentials for the data source needs permission to create, update and alter tables of this schema. At startup, IM checks the current schema status. In case of the first initialization it automatically creates the necessary tables. In case of a necessary migration it migrates to the latest database version. You can follow this on the console. Example of a console output during initialization INFO com.bosch.msf.common.jdbc.dbidentifierresolver - Resolved database product = [h2], version = [ ( )] INFO com.googlecode.flyway.core.metadatatable.metadatatableimpl - Creating Metadata table: "PUBLIC"."IDM00_SCHEMA_VERSION" INFO com.googlecode.flyway.core.init.dbinit - Schema initialized with version: 0 INFO com.googlecode.flyway.core.migration.dbmigrator - Current schema version: 0 INFO com.googlecode.flyway.core.migration.dbmigrator - Migrating to version INFO com.googlecode.flyway.core.migration.dbmigrator - Migrating to version INFO com.googlecode.flyway.core.migration.dbmigrator - Migrating to version INFO com.googlecode.flyway.core.migration.dbmigrator - Migrating to version INFO com.googlecode.flyway.core.migration.dbmigrator - Migrating to version INFO com.googlecode.flyway.core.migration.dbmigrator - Successfully applied 5 migrations (execution time 00:07.158s). Example of no migration necessary INFO com.googlecode.flyway.core.migration.dbmigrator - Current schema version: INFO com.googlecode.flyway.core.migration.dbmigrator - Schema is up to date. No migration necessary DBMS support Sort order on DBMS For sorting and paging IM relies on the functionality provided by DBMS. This leads to an increased performance as the data is already sorted and limited on the database before mapping it into Java and allows defining the sorting behavior in a very fine-grained manner. As a result, the ordering of entities might be different when comparing different DBMS especially if the default settings of the DBMS are used. For changing the sort order for the DBMS please refer to the manual of the database and adapt the settings accordingly. Bosch Software Innovations GmbH 9/25

10 Oracle 11g In Oracle you can check your NLS_SORT settings with the following SQL statement: SELECT SYS_CONTEXT ('USERENV', 'NLS_SORT') FROM DUAL; How to support full Unicode MySql Oracle 11g Set System Property for Oracle JDBC driver oracle.jdbc.defaultnchar=true 3.3 Deploy the IM server The IM server is available as Web application ARchive (.war). Check your application server's documentation on how to deploy a Web application ARchive or simply copy the im-server into your application server. Also make sure that there is a home directory set for your user and that it is accessible via Java's system property user.home (it depends on your operating system how the Java system property gets resolved). The user's home directory is used for Configuration and Logging capabilities. If you need to import users from an external system, please additionally follow the configuration instructions at Configuring the connection to an external identity provider (LDAP Active Directory) before deploying the IM server, as changes on that configuration would need an IM server restart anyway JBoss Deployment In order to deploy IM on JBoss AS 7, the following things have to be considered. It is assumed that JBoss is started in standalone mode. Data Source configuration The IM data source has to be provided by JBoss. The data source is configured in JBOSS_HOME/standalone/configuration/standalone.xml. Example: <datasource jta="true" jndi-name="java:jboss/datasources/im-ds" pool-name="im-ds" enabled="true" use-java-context="false"> <connection-url>jdbc:oracle:thin:@//localhost:1521/orcl</connection-url> <driver>oracle</driver> <security> <user-name>username</user-name> <password>topsecret</password> </security> </datasource>... <drivers>... <driver name="oracle" module="com.oracle.ojdbc6"> <xa-datasource-class>oracle.jdbc.oracledriver</xa-datasource-class> </driver> </drivers> Please make sure that the driver is deployed as JBoss module. Bosch Software Innovations GmbH 10/25

11 jboss-web.xml You have to provide a jboss-web.xml file, which sets IM's context path and maps the JNDI datasource. <jboss-web> <context-root>im</context-root> <resource-ref> <res-ref-name>jdbc/im-ds</res-ref-name> <res-type>javax.sql.datasource</res-type> <res-auth>container</res-auth> <jndi-name>java:jboss/datasources/im-ds</jndi-name> </resource-ref> </jboss-web> jboss-deployment-structure.xml Currently, there is an integration issue with Spring AOP and JBoss' datasource module ironjacamar. As a workaround, the file jboss-deployment-structure.xml is needed. <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0"> <deployment> <dependencies> <module name="org.jboss.ironjacamar.jdbcadapters" /> </dependencies> </deployment> </jboss-deployment-structure> 3.4 Configuring the IM user interface Web application The IM user interface Web application comes with a file named im-webui.properties where some default values concerning the appearance are stored. You will need to configure at least the URL to the current location of the IM server. To do so, the properties file named im-webui.properties can be located at one of the following paths within your user home directory: 1. If you have only one IM user interface running user.home/identitymanagement/im-webui.properties The path on a Windows system would be for example: C:\Users\<user>\identitymanagement\im-webui.properties 2. If you have multiple IM user interfaces running user.home/identitymanagement/[context-path]/im-webui.properties Whereby [context-path] is the (possibly adjusted) path, the user interface is reachable at, from the application server's point-of-view. To identify which context path is used for your installation, start the deployed IM user interface Web application and have a look at the log file. Bosch Software Innovations GmbH 11/25

12 Within the properties file you can overwrite the default values of the properties described in the following: Configuration Property Default value Description imserverurl URL where the IM server is located batchoperationlimit 2000 Specifies the maximal number of entities, which could be involved in a drag&drop operation tablepagelength 16 This property specifies the height of the tables in the IM user interface. A value of "16" means that each table shows 16 entities without scrolling. tenantsvisible usersvisible true true The user interface displays all existing tenants, users, groups, roles, permissions, domains and applications it a table per type of entity. groupsvisible true Changing the default value to false will hide the according table. rolesvisible true permissionsvisible domainsvisible applicationsvisible true true true tenantscollapsed userscollapsed true false The user interface displays all existing tenants, users, groups, roles, permissions, domains and applications it a table per type of entity. groupscollapsed false After a successful login, a user can collapse or expand each of the tables visible. rolescollapsed false However, the value defined for these properties will influence the first appearance of the tables (collapsed or permissionscollapsed true expanded) at each login for all users. domainscollapsed applicationscollapsed true true You can adjust these configuration properties anytime, without the need to restart the IM user interface Web application. However from the UI user's point of view they are visible only after a new login. 3.5 Deploy the IM user interface Web application The IM user interface Web application is available as Web application ARchive (.war). Check your application server's documentation on how to deploy a Web application ARchive or simply copy the im-ui-webapp into your application server. Also make sure that there is a home directory set for your user and that it is accessible via Java's system property user.home (it depends on your operating system how the Java system property gets resolved). The user's home directory is used for IM user interface Web application Configuration and Logging capabilities Accessing the IM server using SSL If you want to secure the connection between IM user interface and IM server, be sure that the server's certificate is available in the Java trust store on the machine where the user interface is running on. This is especially important if you are using self-signed certificates. Bosch Software Innovations GmbH 12/25

13 By default, the system-wide trust store is used. If you want to specify a separate trust store for IM user interface Web application, you may use the system properties "javax.net.ssl.truststore" and "javax.net.ssl.truststorepassword" when starting the application server. Check your application server's documentation if additional possibilities are provided. 3.6 Using the IM user interface Open your browser at the URL of your application server (e.g. for Tomcat server URL>:<the port specified>/im-ui-webapp-<version>)and login with the administrator's credentials (as configured at Configuring IM server initialization parameters).the initial default credentials are DEFAULT / Admin / Admin. For security reasons, after your first login it is strongly recommended to change your password. However, the system will not force you to do so. Find details about changing user settings at Update User. After a successful login you should see the initial screen, similar to following figure Bosch Software Innovations GmbH 13/25

14 Detailed descriptions on how you can create all types of IM entities (tenant, user, groups etc.) and how to empower other users to administrate the entities can be found in our IM User Guide. Bosch Software Innovations GmbH 14/25

15 Chapter 4 External User Management Users managed within an external identity provider (e.g. LDAP, Active Directory) can be imported into IM in order to be assigned to groups, roles etc. Imported users are visualized by following icon. In order to synchronize them to the IM data store an external identity provider must be configured within IM. A basic configuration valid for all tenants must be present at the IM server. The basic configuration for the connection to the external LDAP/AD server is XML based and needs to be available in the locations described in detail at Configuring the connection to an external identity provider (LDAP Active Directory). In the IM user interface the setting per tenant can be adjusted. See IM User Guide o o Configuring an Identity Provider for a Tenant Synchronizing a Tenant's users with its External Identity Provider Imported users are updated with data of the external data source regularly, thus the IM user interface doesn t allow for updating or deleting an imported user. However, the user interface will support you in creating and deleting assignments to other IM units: Assign a User to a Group - Delete User-Group assignment Assign a User to a Role - Delete User-Role assignment Assign a Permission to a User - Delete User-Permission assignment 4.1 Configuring the connection to an external identity provider (LDAP Active Directory) The IM server can manage a mix of entities generated within the IM system and users managed by an LDAP Active Directory as external identity provider. The basic configuration for the connection to the external LDAP/AD server is XML based. IM tries to search for an according xml file in following locations and following order: 1. The user home directory user.home/identitymanagement/<filename> On a Windows system the path would be for example: C:\Users\<user>\identitymanagement\com.bosch.im.externalidentityproviders.xml 2. The classpath classpath://<filename> This could be for example <root path of your application server>/webapps/im-server/web- INF/classes/com.bosch.im.externalidentityproviders.xml The xml file must be valid within the elements described in following xsd schemas im_config1_0_0.xsd im_config_ldap1_0_0.xsd Bosch Software Innovations GmbH 15/25

16 4.1.1 External Identity Provider (See im_config1_0_0.xsd) Attribute Description Use Default value type The type of the external identity provider (e.g. ldap). The concrete provider implementation which corresponds to this type, also defines the syntax and semantic of the body of this tag. For now IM only supports type ldap. required name The (within IM) unique name used to identify this external identity provider. required tenant syncinterval The name of the tenant which owns/manages this required external storage provider. The tenant name has following restrictions: min 2, max 24 characters, validation pattern [A-Z_0-9]{2,24} This is commonly the default tenant created at initialization (see Configuring IM server initialization parameters). In case another tenant is the onwer please use the IM user interface (Create Tenant) or the IM RESTful API (Tenant Resource) to create the according tenant. The time interval to synchronize all tenants relying on this external identity provider. The time unit of the interval can be defined via attribute "synctimeunit". A value of "0" disables the automatic synchronization. required synctimeunit The time unit of the interval to synchronize (see "syncinterval"). optional MINUTES SECONDS MINUTES HOURS DAYS reftenant The name of the tenant for which this external identity provider should be used. If reftenant is not set, no tenant synchronization/authentication configuration will be stored. A fine grained configuration per tenant can be done later on supported by the user interface (see Configuring an Identity Provider for a Tenant and Synchronizing a Tenant's users with its External Identity Provider) optional no tenant Bosch Software Innovations GmbH 16/25

17 4.1.2 LDAP/AD Specific Configuration (See im_config_ldap1_0_0.xsd) Attribute Description Use Default value url The URL of the LDAP server connection. Restriction: ldap://.+ required managerdn managerpw usersearchbase Used only with "search" authentication method. It is the DN of the user who will bind to the LDAP server to perform the search Used only with "search" authentication method. It is the password of the user who will bind to the LDAP server to perform the search Context name to search in, relative to the base DN in the ldapurl required required required usersearchfilter A filter expression used to search for the user DN that required will be used in LDAP authentication. This is a LDAP search filter (as defined in 'RFC 2254') with optional arguments. In this case, the username is the only argument, denoted by '{0}'. Example: (uid={0}) - this would search for a username match on the uid attribute. usernameattributeid The ID of the attribute that gets mapped to IM username. Example: AD: samaccountname / LDAP: uid required subtreesearch Flag to enable deep search through the sub tree of the ldapurl + searchbase. optional true Attribute Mapping IM allows to fill IM attributes by synchronizing them from an LDAP/AD server. userattribute Attribute Description Use Default Value from The LDAP attribute which should be mapped required to The IM attribute the LDAP attribute should be mapped to FIRSTNAME LASTNAME required Bosch Software Innovations GmbH 17/25

18 4.1.3 Example Following file com.bosch.im.externalidentityproviders.xml configures the connection to an LDAP server <?xml version="1.0" encoding="utf-8"?> <externalidentityproviders xmlns=" xmlns:ldap=" <!-- General configuration for identity provider --> <externalidentityprovider type="ldap" name="my-ad" tenant="default" syncinterval="5" synctimeunit="minutes"> <!-- LDAP/AD Specific Configuration Part --> <ldap:ldap url="ldap://localhost:450" managerdn="admin" managerpw="admin" usersearchbase="dc=ad,dc=local" usersearchfilter="(objectclass=user)" subtreesearch="true" usernameattributeid="samaccountname"> <!-- Attribute Mapping Configuration For LDAP/AD --> <ldap:attributemapping> <ldap:userattributes> <ldap:userattribute to="firstname" from="firstname" /> <ldap:userattribute to="lastname" from="sn" /> </ldap:userattributes> </ldap:attributemapping> </ldap:ldap> </externalidentityprovider> </externalidentityproviders> Tips and known pitfalls The internal scheduler which checks for updated/necessary configurations which have to be synchronized is configured with a 60 seconds delay. Synchronizations might be delayed triggered with a maximum delay of 60 seconds. A restart of IM does not cause a new synchronization. IM persists the timestamp of the last synchronization run and will synchronize a configuration only with the configured interval (see above). Synchronization Conflicts Scenario of conflicting users: 1. User max@mustermann has been created locally within IM. 2. IM synchronize an external LDAP server with a user named max@mustermann Result: IM will not synchronize this user, but will log that this user is conflicted instead. Bosch Software Innovations GmbH 18/25

19 Chapter 5 Logging IM is shipped with a default implementation of a logging mechanism (Logback). Both, logging in IM server and in IM user interface Web application, can be configured separately. 5.1 Server By default, the IM server is configured as follows: Log level: INFO Directory where the log file is stored: [user.home]/identitymanagement/logs/im-backend- <date>.log The [user.home] placeholder is resolved to the Java system property user.home which depends on your operating system and Java installation. In order to change the logging configuration (e.g. to log level DEBUG), please proceed as described in the following steps: 1. Navigate to the logging configuration file im-backend-logback-included.xml at your IM home directory: user.home/identitymanagement/im-backend-logback-included.xml The path on a Windows system would be for example: C:\Users\<user>\identitymanagement\im-backend-logback-included.xmlAs the logging configuration file is optional you may have to create a new file in order to be able to change the logging configuration. 2. Open the file (e.g. using a simple text editor) and overwrite the default configuration according to your needs Tip: See the official Logback manual at Example <included> <!-- increase log level to DEBUG --> <logger name="com.bosch.im" level="debug" /> </included> 3. Changes to the log configuration are applied automatically, without the need to restart the server. 5.2 User interface Web application By default, the IM user interface Web application is configured as follows: Log level: INFO Directory where the log file is stored: [user.home]/identitymanagement/logs/im-webui- <date>.log The [user.home] placeholder is resolved to the Java system property user.home which depends on your operating system and Java installation. In order to change the logging configuration (e.g. to log level DEBUG), please proceed as described in the following steps: 1. Navigate to the logging configuration file im-webui-logback-included.xml at your IM home directory: user.home/identitymanagement/im-webui-logback-included.xml The path on a Windows system would be for example: C:\Users\<user>\identitymanagement\im-webui-logback-included.xml As the logging configuration file is optional you may have to create a new file in order to be able to change the logging configuration. 2. Open the file (e.g. using a simple text editor) and overwrite the default configuration according to your needs Tip: See the official Logback manual at Example <included> <!-- increase log level to DEBUG --> <logger name="com.bosch.im" level="debug" /> </included> 3. Changes to the log configuration are applied automatically, without the need to restart the server. Bosch Software Innovations GmbH 19/25

20 Chapter 6 Installing applications into IM Applications install themselves into IM via the provided API and are not added manually (e.g. over an administration UI) For further details please consult the Javadoc for package com.bosch.im.command - Instance Registration Command Builder. Preconditions Permission to install an application Mandatory information provided by the application to be installed o Auto Assignment of Offering Types Example Code: Using the Java-API to install a new application 6.1 Preconditions Before an application can be installed in IM, the IM system itself must have been initialized (see Installation and first configuration) and must be running. 6.2 Permission to install an application IM provides by default the role ApplicationInstaller which has the corresponding permission INSTALL_APPLICATION which allows to perform all steps that are necessary to install a new application. 6.3 Mandatory information provided by the application to be installed There is a clear cut between the responsibilities of IM and the responsibilities of the application to be installed within an IM domain. The following table shows which information is configured within IM and which information MUST be delivered by the application itself: IM Responsibilities Tenant Domain User Group Role Application Responsibilities Application (integrity, functionality, annotations to require permission for executing an operation etc.) Role (application related, i.e. self defined roles) Permission (application related, i.e. self defined permission) Optional: Add Offering Types including Permissions and Roles (see below for details) Bosch Software Innovations GmbH 20/25

21 6.3.1 Auto Assignment of Offering Types It is possible to assign Offering Types automatically to all tenants (existing and new ones) by enabling autoassignment. See com.bosch.im.command - enableautoassignment As a result, those tenants are able to use the contained permissions and roles (e.g. assign them to their users or groups). After installing an application the permissions required in order to log in and use the application must be granted. This has to be done by assigning roles or permissions via the IM administration user interface. 6.4 Example Code: Using the Java-API to install a new application try { // login with user who has the rights to install an application final IIdentityContext identitycontext = getauthenticationmanager().getidentitycontext( new Credentials( ADMIN_NAME, ADMIN_PW, TENANT_NAME ) ); // sets the context for IM IdentityContextHolder.setContext( identitycontext ); } catch( final AuthenticationDeniedException e ) { // handle authentication denied exception } // the known or selected domain id the application should be installed to final EntityId<IDomain> applicationdomainid = retrievedomainid(); // the known tenant id from the context which the user has been logged in final EntityId<ITenant> applicationtenantid = IdentityContextHolder.getContext().getCurrentTenant().getId(); // the application's name final String applicationname = "MyApplication"; // persist the application instance in IM final IInstance instance = getentitybuilderfactory().instance().name( applicationname ).domainid( applicationdomainid ).tenantid( applicationtenantid ).get(); // get the instance registration command builder final IInstanceRegistrationCommandBuilder instanceregbuilder = getcommandfactory().instanceregistrationbuilder( instance ); // add permission to the instance with its translation instanceregbuilder.addpermission( "MyAppAdminPermission" ).addtranslation( "Admin Permission", I18NAttributeIdentifier.NAME, Locale.ENGLISH ).addtranslation( "Admin Berechtigung", I18NAttributeIdentifier.NAME, Locale.GERMAN ); // add a instance role to the instance with its translations and add the role directly the // before created "MyAppAdminPermission" and the in IM defined READ_USER permission instanceregbuilder.addrole( "AdminRole" ).addtranslation( "Admin Rolle", I18NAttributeIdentifier.NAME, Locale.GERMAN ).assignownpermission( "MyAppAdminPermission" ).assignimpermission( Permission.READ_USER ); // gets the command to execute final ICommand<IInstanceRegistration> registerinstancecommand = instanceregbuilder.get(); // registers the instance and all its defined permissions and roles with their translations final IInstanceRegistration instanceregistration = getcommandexecutor().execute( registerinstancecommand ); Bosch Software Innovations GmbH 21/25

22 Chapter 7 Appendix 7.1 IM Specification Features System Requirements o Minimum Hardware Requirements o Supported Platforms Limitations 7.2 Features Central and multi-tenancy-aware user & authority management with Web based user interface and authentication service. IM features at a glance Powerful model for o o o User management: Users organized in (hierarchical) Groups Roles assigned to Users/Groups Application management: Applications organized in Domains Applications defining Permissions and Roles Permissions exposed for assignment to Roles Tenant Management: Intuitive user interface Logical separation of data between Tenants Empowerment for Tenant administrators to manage the tenant's own entities Well-defined data sharing between Tenants: Authentication service for Users Remote RESTful API (beta) Offerings of Permissions/Roles to be used by other Tenants Managing Relationships between Tenants (applying Offerings) Preparing standardized templates for such Relationships Internationalization (I18N) of names and descriptions for all IM entities Integration of external identity provider (LDAP) for authentication and user synchronization Safekeeping through mechanism to mark entities as deleted / data privacy protection through mechanism to permanently delete entities Bosch Software Innovations GmbH 22/25

23 7.3 System Requirements Minimum Hardware Requirements IM back end server o 2 GB RAM IM user interface server o 2 GB RAM Supported Platforms Operating Systems: o Microsoft Windows 7 o Java: Databases: Linux o Oracle Java SE 7 o Oracle 11g Release 2 Enterprise Edition o Microsoft SQL Server 2008 o MySQL 5.5 o H2 1.3 (not for production purposes) Web Application Server: o Tomcat 7 o JBoss 7.1 External Authentication Providers: o o Microsoft Active Directory LDAP Web Browser (for the IM User Interface): o o Firefox 17 (Microsoft Windows, Linux) Internet Explorer 9 (Microsoft Windows) Validity period will endure at the most as long as the version of infrastructure software of third party manufacturers defined in this document (Operating Systems, Java, etc.) is publicly and officially supported. Bosch Software Innovations GmbH 23/25

24 7.4 Limitations There are some limitations regarding the setup and usage of IM. These limits have to be considered when integrating and working with IM. The currently identified limits are documented here but are subject to change in upcoming versions without notice. Using IM without complying to or exceeding these defined limits may be possible but is not recommended and is not supported. Not all limits are explicitly checked by the product but must be adhered to by other means. Category Topic Limit Description Deployment Clustering Not supported It is not supported to run multiple IM backend instances in a cluster due session handling within the IM backend server Quantity Structure Max. number of tenants Max. number of domains/applications 100 Max. number of users (over all tenants) Max. number of groups/roles/permissions over all tenants/applications Max. number of groups/roles/permissions per tenant/application Max. hierarchical depth of tenants and groups 50 Regarding the User Interface: nested groups are not manageable very well in the User Interface when depth exceeds 10 levels User Interface Max. number of objects used for multi selection operations Multi selection operations (e.g. assigning many users to a group) in the User Interface are supported only up to an amount of involved objects. Theoretically more objects can be used in a multi selection, but the duration these operations take then can get very long and the UI cannot guarantee an good user experience. Bosch Software Innovations GmbH 24/25

25 Chapter 8 Contact us Your feedback helps us to continuously improve the Internet Application Platform and its components. Please send any questions, comments or suggestions for improvement to <[email protected]>. Bosch Software Innovations GmbH 25/25

Identity Management Administrator Guide

Identity Management Administrator Guide IMS Developer Guide Common Environment - Identity Management component Identity Management Administrator Guide Version 3.2.2 Bosch Software Innovations Americas: Bosch Software Innovations Corp. 161 N.

More information

Builder User Guide. Version 6.0.1. Visual Rules Suite - Builder. Bosch Software Innovations

Builder User Guide. Version 6.0.1. Visual Rules Suite - Builder. Bosch Software Innovations Visual Rules Suite - Builder Builder User Guide Version 6.0.1 Bosch Software Innovations Americas: Bosch Software Innovations Corp. 161 N. Clark Street Suite 3500 Chicago, Illinois 60601/USA Tel. +1 312

More information

Builder User Guide. Version 5.4. Visual Rules Suite - Builder. Bosch Software Innovations

Builder User Guide. Version 5.4. Visual Rules Suite - Builder. Bosch Software Innovations Visual Rules Suite - Builder Builder User Guide Version 5.4 Bosch Software Innovations Americas: Bosch Software Innovations Corp. 161 N. Clark Street Suite 3500 Chicago, Illinois 60601/USA Tel. +1 312

More information

Kony MobileFabric. Sync Server Tomcat Installation Manual. On-Premises

Kony MobileFabric. Sync Server Tomcat Installation Manual. On-Premises Kony MobileFabric Sync Server Tomcat Installation Manual On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

Install guide for Websphere 7.0

Install guide for Websphere 7.0 DOCUMENTATION Install guide for Websphere 7.0 Jahia EE v6.6.1.0 Jahia s next-generation, open source CMS stems from a widely acknowledged vision of enterprise application convergence web, document, search,

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

Set Up BA Server and Tools

Set Up BA Server and Tools Set Up BA Server and Tools This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014 Pentaho Corporation.

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

INSTALLATION GUIDE VERSION

INSTALLATION GUIDE VERSION INSTALLATION GUIDE VERSION 4.1 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1

ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1 ARIS Server Installation and Administration Guide ARIS Version 9.6 - Service Release 1 June 2014 This document applies to ARIS Version 9.6 SR1 and to all subsequent releases. Specifications contained herein

More information

StreamServe Persuasion SP5 StreamStudio

StreamServe Persuasion SP5 StreamStudio StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform.

This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform. logic Overview This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform. Legal Notice The information in this document is preliminary and is subject to change without notice

More information

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft 5.6 Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft ireport Designer, JasperReports Library, JasperReports Server, Jaspersoft

More information

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...

More information

Novi Survey Installation & Upgrade Guide

Novi Survey Installation & Upgrade Guide Novi Survey Installation & Upgrade Guide Introduction This procedure documents the step to create a new install of Novi Survey and to upgrade an existing install of Novi Survey. By installing or upgrading

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

NetIQ Identity Manager Setup Guide

NetIQ Identity Manager Setup Guide NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Oracle Business Intelligence Publisher Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Part No. B32481-01 December 2006 Introduction Oracle BI Publisher

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

TypingMaster Intra. LDAP / Active Directory Installation. Technical White Paper (2009-9)

TypingMaster Intra. LDAP / Active Directory Installation. Technical White Paper (2009-9) TypingMaster Intra LDAP / Active Directory Installation Technical White Paper (2009-9) CONTENTS Contents... 2 TypingMaster Intra LDAP / Active Directory White Paper... 3 Background INFORMATION... 3 Overall

More information

This document summarizes the steps of deploying ActiveVOS on the IBM WebSphere Platform.

This document summarizes the steps of deploying ActiveVOS on the IBM WebSphere Platform. Technical Note Overview This document summarizes the steps of deploying ActiveVOS on the IBM WebSphere Platform. Legal Notice The information in this document is preliminary and is subject to change without

More information

Orchestrating Document and Media Management using CMIS

Orchestrating Document and Media Management using CMIS Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark

More information

Configuring ActiveVOS Identity Service Using LDAP

Configuring ActiveVOS Identity Service Using LDAP Configuring ActiveVOS Identity Service Using LDAP Overview The ActiveVOS Identity Service can be set up to use LDAP based authentication and authorization. With this type of identity service, users and

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Sophos Mobile Control Technical guide

Sophos Mobile Control Technical guide Sophos Mobile Control Technical guide Product version: 2 Document date: December 2011 Contents 1. About Sophos Mobile Control... 3 2. Integration... 4 3. Architecture... 6 4. Workflow... 12 5. Directory

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide Spectrum Technology Platform Version 9.0 Spectrum Spatial Administration Guide Contents Chapter 1: Introduction...7 Welcome and Overview...8 Chapter 2: Configuring Your System...9 Changing the Default

More information

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013 Simba XMLA Provider for Oracle OLAP 2.0 April 23, 2013 Simba Technologies Inc. Copyright 2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

Central Security Server

Central Security Server Central Security Server Installation and Administration Guide Release 12.3 Please direct questions about {Compuware Product} or comments on this document to: Customer Support https://community.compuwareapm.com/community/display/support

More information

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Introduction This document explains the steps required to use the DataDirect Connect for JDBC drivers with the

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies [email protected] www.intellicus.com

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Version 1.1 September 2014 Revision History Date Version Description Author 09/28/2014 1.0 Updates associated

More information

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158 Index A Active Directory Active Directory nested groups, 96 creating user accounts, 67 custom authentication, 66 group members cannot log on, 153 mapping certificates, 65 mapping user to Active Directory

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Fall 2014 Page 1 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

Microsoft Dynamics CRM Security Provider Module

Microsoft Dynamics CRM Security Provider Module Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 CRM Security Provider Rev: 2015-04-15 Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 Developer's Guide A developer's

More information

IIS SECURE ACCESS FILTER 1.3

IIS SECURE ACCESS FILTER 1.3 OTP SERVER INTEGRATION MODULE IIS SECURE ACCESS FILTER 1.3 Copyright, NordicEdge, 2006 www.nordicedge.se Copyright, 2006, Nordic Edge AB Page 1 of 14 1 Introduction 1.1 Overview Nordic Edge One Time Password

More information

IPedge Feature Desc. 5/25/12

IPedge Feature Desc. 5/25/12 OVERVIEW IPedge Enterprise Manager Active Directory Sync (ADSync) is a feature that automatically configures telephone users in the IPedge system based on data entry in the Active Directory service. Active

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

docs.hortonworks.com

docs.hortonworks.com docs.hortonworks.com Hortonworks Data Platform: Administering Ambari Copyright 2012-2015 Hortonworks, Inc. Some rights reserved. The Hortonworks Data Platform, powered by Apache Hadoop, is a massively

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

LDAP User Guide PowerSchool Premier 5.1 Student Information System

LDAP User Guide PowerSchool Premier 5.1 Student Information System PowerSchool Premier 5.1 Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson

More information

TIBCO ActiveMatrix BusinessWorks Process Monitor Server. Installation

TIBCO ActiveMatrix BusinessWorks Process Monitor Server. Installation TIBCO ActiveMatrix BusinessWorks Process Monitor Server Installation Software Release 2.1.2 Published: May 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

WSO2 Business Process Server Clustering Guide for 3.2.0

WSO2 Business Process Server Clustering Guide for 3.2.0 WSO2 Business Process Server Clustering Guide for 3.2.0 Throughout this document we would refer to WSO2 Business Process server as BPS. Cluster Architecture Server clustering is done mainly in order to

More information

SECURITY DOCUMENT. BetterTranslationTechnology

SECURITY DOCUMENT. BetterTranslationTechnology SECURITY DOCUMENT BetterTranslationTechnology XTM Security Document Documentation for XTM Version 6.2 Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

More information

Sophos Mobile Control Super administrator guide. Product version: 3

Sophos Mobile Control Super administrator guide. Product version: 3 Sophos Mobile Control Super administrator guide Product version: 3 Document date: January 2013 Contents 1 About Sophos Mobile Control...3 2 Super administrator accounts...4 3 The super administrator customer...5

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

Lifecycle Manager Installation and Configuration Guide

Lifecycle Manager Installation and Configuration Guide Lifecycle Manager Installation and Configuration Guide vcenter Lifecycle Manager 1.2 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

Novell Identity Manager

Novell Identity Manager Password Management Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 3.6.1 June 05, 2009 www.novell.com Identity Manager 3.6.1 Password Management Guide Legal Notices Novell, Inc. makes no representations

More information

By Wick Gankanda Updated: August 8, 2012

By Wick Gankanda Updated: August 8, 2012 DATA SOURCE AND RESOURCE REFERENCE SETTINGS IN WEBSPHERE 7.0, RATIONAL APPLICATION DEVELOPER FOR WEBSPHERE VER 8 WITH JAVA 6 AND MICROSOFT SQL SERVER 2008 By Wick Gankanda Updated: August 8, 2012 Table

More information

EMC Data Protection Search

EMC Data Protection Search EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes

More information

PingFederate. Identity Menu Builder. User Guide. Version 1.0

PingFederate. Identity Menu Builder. User Guide. Version 1.0 Identity Menu Builder Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Identity Menu Builder User Guide Version 1.0 April, 2011 Ping Identity Corporation 1099 18th Street, Suite

More information

VMware vcenter Operations Standard Installation and Administration Guide

VMware vcenter Operations Standard Installation and Administration Guide VMware vcenter Operations Standard Installation and Administration Guide vcenter Operations Standard 1.0 This document supports the version of each product listed and supports all subsequent versions until

More information

JBoss AS Administration Console User Guide. by Shelly McGowan and Ian Springer

JBoss AS Administration Console User Guide. by Shelly McGowan and Ian Springer JBoss AS Administration Console User Guide 1 by Shelly McGowan and Ian Springer Preface... v 1. We Need Feedback!... v 1. Overview... 1 2. Accessing the Console... 3 3. User Interface Overview... 5 4.

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

i2b2 Installation Guide

i2b2 Installation Guide Informatics for Integrating Biology and the Bedside i2b2 Installation Guide i2b2 Server and Clients Document Version: 1.7.00-003 Document Management Revision Number Date Author Comment 1.7.00-001 03/06/2014

More information

Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL

Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL Spring 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Adam Rauch Partner, LabKey Software [email protected]. Extending LabKey Server Part 1: Retrieving and Presenting Data

Adam Rauch Partner, LabKey Software adam@labkey.com. Extending LabKey Server Part 1: Retrieving and Presenting Data Adam Rauch Partner, LabKey Software [email protected] Extending LabKey Server Part 1: Retrieving and Presenting Data Extending LabKey Server LabKey Server is a large system that combines an extensive set

More information

Configuring Sponsor Authentication

Configuring Sponsor Authentication CHAPTER 4 Sponsors are the people who use Cisco NAC Guest Server to create guest accounts. Sponsor authentication authenticates sponsor users to the Sponsor interface of the Guest Server. There are five

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i $Q2UDFOH7HFKQLFDO:KLWHSDSHU 0DUFK Secure Web.Show_Document() calls to Oracle Reports Server 6i Introduction...3 solution

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information